How to define a constant in a main and use it in other header files?

前端 未结 0 612
情歌与酒
情歌与酒 2021-01-04 13:26

file0: Main.ino (it\'s arduino file):

#define AXIS_SERIAL Serial1
#include "header.h"
...
void setup(){...}
void loop() {...}
...
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题