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.
platform.h
- Committer:
- Wayne Roberts
- Date:
- 2018-02-05
- Revision:
- 5:1652e04809fb
File content as of revision 5:1652e04809fb:
#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);