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

17 lines
165 B
C

/*
* main.h
*
* Created on: 2023年5月16日
* Author: User
*/
#ifndef _MAIN_H_
#define _MAIN_H_
#include "config.h"
void init();
void core();
#endif