2 boards: split code, outsource common, remove duplicate files

- outsoruce common files and separate common types from source files (new
  common/types.hpp)
- split source files to 2 board folders (relevant only, no duplicate)
- currently boards compile successfull but not functional at all
- comment out currently incompatible code
This commit is contained in:
jonny_jr9
2023-08-29 08:50:49 +02:00
parent 8ef71082dc
commit 76e8bac113
53 changed files with 916 additions and 33817 deletions

4
common/types.cpp Normal file
View File

@@ -0,0 +1,4 @@
#include "types.hpp"
const char* motorstateStr[4] = {"IDLE", "FWD", "REV", "BRAKE"};