RadioShuttle Lib for the STM32 L4 Heltec Board

Dependents:   Turtle_RadioShuttle

examples/RadioTest.h

Committer:
Helmut64
Date:
2019-02-06
Revision:
0:0c31756924a2
Child:
7:8c114eebcb77

File content as of revision 0:0c31756924a2:

/*
 * The file is Licensed under the Apache License, Version 2.0
 * (c) 2017 Helmut Tschemernjak
 * 30826 Garbsen (Hannover) Germany
 */

extern int InitRadio(void);
extern void DeInitRadio(void);
extern void RadioTest();
extern int RadioUpdate(bool keyPressed);
extern bool RadioISIdle();
extern void InitLoRaChipWithShutdown();