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.
Dependencies: SX127x sx12xx_hal TSL2561
app/commands.h@12:ed33c53afcaf, 2017-07-05 (annotated)
- Committer:
- dudmuck
- Date:
- Wed Jul 05 18:50:32 2017 +0000
- Revision:
- 12:ed33c53afcaf
- Parent:
- 11:4c337f5bbe4c
- Child:
- 16:915815632c1f
add sensor demo option
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| dudmuck | 12:ed33c53afcaf | 1 | /* over-the-air commands */ |
| dudmuck | 12:ed33c53afcaf | 2 | #define CMD_NONE 0x00 |
| dudmuck | 12:ed33c53afcaf | 3 | #define CMD_LED_RGB 0x04 |
| dudmuck | 12:ed33c53afcaf | 4 | #define CMD_GPIO_OUT 0x05 |
| dudmuck | 12:ed33c53afcaf | 5 | |
| dudmuck | 12:ed33c53afcaf | 6 | |
| dudmuck | 12:ed33c53afcaf | 7 | #define SENSOR_PORT 10 |
| dudmuck | 12:ed33c53afcaf | 8 | #define TEXT_PORT 16 |