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.
Diff: platform.h
- Revision:
- 5:1652e04809fb
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform.h Mon Feb 05 15:03:27 2018 -0800 @@ -0,0 +1,15 @@ + +#include "sx127x_lora.h" + +// from platform: +extern SX127x radio; +extern DigitalIn pinA; +extern DigitalIn pinB; +extern DigitalIn pinC; +extern DigitalIn pinD; +void rfsw_callback(void); +void cmd_op(int dbm); +void board_init(void); + +// from main: +void cmd_ocp(uint8_t ma);