Add new library (HanToJson) and reduce the duplication needed in sketch(es)

This commit is contained in:
Vegar Westerlund
2019-05-12 16:09:24 +02:00
parent e70242740d
commit 959283aa09
8 changed files with 392 additions and 196 deletions

View File

@@ -7,6 +7,7 @@
enum class Aidon
{
List1 = 0x01,
List21 = 0x09,
List2 = 0x0D,
List3 = 0x12
};