* These are the device identifiers used in the Example Application */ const uint32_t DEVICE_ID1_16BIT = 0xBEEF; const uint32_t DEVICE_ID1_8BIT = 0xAB; const uint32_t DEVICE_ID2_16BIT = 0x4560; const uint32_t DEVICE_ID2_8BIT = 0xCD; const uint32_t DEVICE_ID3_16BIT = 0x1234; const uint32_t DEVICE_ID3_8BIT = 0x12; //const uint32_t DEVICE_ID4_16BIT = 0x5678; const uint32_t DEVICE_ID4_16BIT = 0xABFF; const uint32_t DEVICE_ID4_8BIT = 0x56;