foc/arduino/head_file_test/main/main.ino

12 lines
206 B
Arduino
Raw Normal View History

2021-10-09 08:07:38 +00:00
#include "Command.h"
Command command;//声明一个自己的该类的对象
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}