SPQR-Team1-2020/src/main.cpp

11 lines
122 B
C++
Raw Normal View History

2019-10-09 14:59:27 +02:00
#include <Arduino.h>
2019-10-21 08:06:37 +02:00
// #include <imu_class/imu.cpp>
//cyao c:
2019-10-09 14:59:27 +02:00
void setup() {
2019-10-14 15:25:04 +02:00
Serial.begin(9600);
2019-10-09 14:59:27 +02:00
}
void loop() {
2019-10-14 15:25:04 +02:00
2019-10-09 14:59:27 +02:00
}