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@26:8227a4edb216, 2017-08-11 (annotated)
- Committer:
- dudmuck
- Date:
- Fri Aug 11 15:34:49 2017 -0700
- Revision:
- 26:8227a4edb216
- Parent:
- 22:999a7e7698a8
- Child:
- 27:c8b432b2a4a8
sensor sampling asychronous to uplink activity
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| dudmuck | 12:ed33c53afcaf | 1 | /* over-the-air commands */ |
| dudmuck | 16:915815632c1f | 2 | #define CMD_NONE 0x00 |
| dudmuck | 16:915815632c1f | 3 | #define CMD_LED_RGB 0x04 |
| dudmuck | 16:915815632c1f | 4 | #define CMD_GPIO_OUT 0x05 |
| dudmuck | 18:9ac71c0eb70d | 5 | #define CMD_PWM 0x08 |
| dudmuck | 22:999a7e7698a8 | 6 | #define CMD_TX_POWER 0x09 |
| dudmuck | 12:ed33c53afcaf | 7 | |
| dudmuck | 12:ed33c53afcaf | 8 | |
| dudmuck | 26:8227a4edb216 | 9 | #define SENSOR_PORT 11 |
| dudmuck | 18:9ac71c0eb70d | 10 | #define TEXT_PORT 16 |