RadioShuttle Lib for the STM32 L4 Heltec Board

Dependents:   Turtle_RadioShuttle

Committer:
Helmut64
Date:
Wed Feb 06 15:26:48 2019 +0000
Revision:
0:0c31756924a2
Child:
7:8c114eebcb77
new lib

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Helmut64 0:0c31756924a2 1 /*
Helmut64 0:0c31756924a2 2 * The file is Licensed under the Apache License, Version 2.0
Helmut64 0:0c31756924a2 3 * (c) 2017 Helmut Tschemernjak
Helmut64 0:0c31756924a2 4 * 30826 Garbsen (Hannover) Germany
Helmut64 0:0c31756924a2 5 */
Helmut64 0:0c31756924a2 6
Helmut64 0:0c31756924a2 7 extern int InitRadio(void);
Helmut64 0:0c31756924a2 8 extern void DeInitRadio(void);
Helmut64 0:0c31756924a2 9 extern void RadioTest();
Helmut64 0:0c31756924a2 10 extern int RadioUpdate(bool keyPressed);
Helmut64 0:0c31756924a2 11 extern bool RadioISIdle();
Helmut64 0:0c31756924a2 12 extern void InitLoRaChipWithShutdown();