Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LittleCounter-Example
Diff: BERGCloudConst.h
- Revision:
- 4:5a04c00b5b6f
- Parent:
- 0:b4ccb530b9eb
- Child:
- 6:79100379d4b4
--- a/BERGCloudConst.h Tue Nov 12 19:19:03 2013 +0000 +++ b/BERGCloudConst.h Wed Nov 13 18:14:38 2013 +0000 @@ -31,14 +31,14 @@ #define BC_EUI64_SIZE_BYTES 8 #define BC_ADDRESS_SIZE_BYTES 8 #define BC_CLAIMCODE_SIZE_BYTES 20 -#define BC_PRODUCT_KEY_SIZE_BYTES 16 +#define BC_KEY_SIZE_BYTES 16 #define BC_PRINT_MAX_CHARS 26 /* * Network commands */ -#define BC_EVENT_PRODUCT_ANNOUNCE 0xA000 +#define BC_EVENT_ANNOUNCE 0xA000 #define BC_COMMAND_SET_ADDRESS 0xB000 #define BC_COMMAND_START_RAW 0xC000 @@ -67,7 +67,7 @@ #define SPI_CMD_GET_SIGNAL_QUALITY 0x83 #define SPI_CMD_GET_EUI64 0x90 -#define SPI_CMD_SEND_PRODUCT_ANNOUNCE 0xA0 +#define SPI_CMD_SEND_ANNOUNCE 0xA0 #define SPI_CMD_GET_ADDRESS 0xB0 #define SPI_CMD_POLL_FOR_COMMAND 0xC0 #define SPI_CMD_SET_DISPLAY_STYLE 0xD0 @@ -89,7 +89,7 @@ #define BC_EUI64_PARENT 0x01 #define BC_EUI64_COORDINATOR 0x02 -/* For SPI_CMD_SEND_PRODUCT_ANNOUNCE */ +/* For SPI_CMD_SEND_ANNOUNCE */ #define BC_HOST_UNKNOWN 0x0000 #define BC_HOST_ARDUINO 0x1000 #define BC_HOST_MBED 0x2000

