BLTouchTest/App/main.c
2023-05-19 15:50:27 +08:00

18 lines
162 B
C

/*
* main.c
*
* Created on: 2023年5月16日
* Author: User
*/
#include "main.h"
/**
* 主函数
*/
void main() {
init();
while (1) core();
}