CAN driver v1 ESP&STM

This commit is contained in:
2024-03-07 00:52:33 +03:00
parent 535e1be274
commit 0770e32b31
9 changed files with 206 additions and 23 deletions

View File

@@ -108,6 +108,7 @@ class Item
Item(char * name);
Item(aJsonObject * obj);
Item(uint16_t num);
~Item();
boolean isValid ();