Support 4 motors

Partial support for > 4 motors, needs a clean way of defining wiring.
This commit is contained in:
Filip Ayazi 2023-03-09 00:05:12 +00:00
parent 51b5b670e6
commit 1b3e251783
6 changed files with 57 additions and 28 deletions

View file

@ -45,5 +45,7 @@ extern void register_module(const Command commands[], void (*loop_fn)(void));
void get_version(String);
void get_modules(String);
void get_eeprom_last_commit(String);
void get_system_status(String);
#define MAIN_H
#endif