RollingGecko / VescUartControl

Arduino library to interface with the VESC bldc over UART.
Other
141 stars 75 forks source link

Fixed compiling errors #8

Closed wilkinsw closed 7 years ago

wilkinsw commented 7 years ago

"arduino.h" was switched to "Arduino.h" so that compilation works on case sensitive file systems such as Linux. I also added a default define for SERIALIO and DEBUGSERIAL so that the library will compile even if the user isn't using a Mega or Nano.