SPQR-Team-2019-REVAMPED/src/main.cpp

11 lines
110 B
C++
Raw Normal View History

2019-10-09 14:59:27 +02:00
#include <Arduino.h>
2019-10-14 15:25:04 +02:00
#include <imu_class/imu.cpp>
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
}