parts of p60dock handler

This commit is contained in:
2020-12-04 14:14:08 +01:00
parent fa58479b34
commit 87e121f016
19 changed files with 830 additions and 442 deletions

View File

@ -27,10 +27,14 @@ namespace objects {
TEST_TASK = 0x42694269,
DUMMY_INTERFACE = 0xCAFECAFE,
DUMMY_HANDLER = 0x4400AFFE,
P60DOCK_TEST_TASK = 0x00005060,
/* 0x49 ('I') for Communication Interfaces **/
ARDUINO_COM_IF = 0x49000001,
P60DOCK_TEST_TASK = 0x00005060
P60_DOCK_COM_IF = 0x49000002,
/* 0x44 ('D') for device handlers */
P60DOCK_HANDLER = 0x44000001
};
}