hoverbrett/hoverbrettctrl/src/main.cpp

14 lines
209 B
C++

#include <Arduino.h>
#include <hoverboard-esc-serial-comm.h>
ESCSerialComm esc;
void setup() {
esc = ESCSerialComm(); //create object
}
void loop() {
// put your main code here, to run repeatedly:
}