Go to file
Oliver Parczyk 58bdf0aac7 Refactor variable names and types
Neccessary because on ARM 'char' != int8_t but uint_8
Just declaring what know you want makes this far less confusing.
see https://en.cppreference.com/w/cpp/language/types
2023-12-16 11:18:51 +01:00
.vscode Initial commit 2023-05-24 14:57:19 +02:00
include Initial commit 2023-05-24 14:57:19 +02:00
lib Initial commit 2023-05-24 14:57:19 +02:00
src Refactor variable names and types 2023-12-16 11:18:51 +01:00
test Initial commit 2023-05-24 14:57:19 +02:00
.gitignore Initial commit 2023-05-24 14:57:19 +02:00
platformio.ini Initial commit 2023-05-24 14:57:19 +02:00