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:
- 7:ccb3088ce5be
- Parent:
- 6:59ba1113b3c6
--- a/platform.h Mon Feb 12 17:23:14 2018 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ - -#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);