Monitoring system for electric vehicles (log various sensors, such as consumed power, solar production, speed, slope, apparent wind, etc.)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

3 lines
286 B

// This file only exists to make the Arduino IDE happy
// The actual entry points are in vehicle-monitor.cpp (because .ino extension is non-standard)
// Notice we don't even need to include anything as the Arduino IDE automatically compiles all .cpp files that are in the sketch folder