Yr2 Summer Term Rover Project, files for the various modules that make up an autonomous rover, designed to be similar to the 3D printer Pronterface UI
Go to file
Aadi Desai 1e87e9b0f4 Fix incorrect variable types
reqSpeed is between 0 & 1, batteryVoltage has decimal places, both should be float not int
2021-06-13 00:47:41 +01:00
Command/main Added SPIFFS support so the html file does not need to be embedded in the main sketch. Makes it easier to update the webpage quickly as no longer need to recompile everything. Also added a favicon! 2021-05-31 23:57:23 +04:00
Control Fix incorrect variable types 2021-06-13 00:47:41 +01:00
Energy Energy stuff added 2021-06-08 02:10:13 +01:00
Vision Add nonblock flag to UART FILE* 2021-06-10 00:19:35 +01:00
.gitattributes Initial commit 2021-05-18 11:41:35 +01:00
.gitignore Initial commit 2021-05-18 11:41:35 +01:00
README.md Initial commit 2021-05-18 11:41:35 +01:00

EE2Rover