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.
Dependencies: SX1276Lib AdaFruit_RGBLCD MCP23017 mbed
Fork of AdaFruit_RGBLCD by
Diff: main.h
- Revision:
- 31:2c813f321db7
- Parent:
- 29:0ea07cc7124b
- Child:
- 32:a2472bbe7c92
--- a/main.h Tue Jun 16 11:56:16 2015 +0000 +++ b/main.h Tue Jul 14 14:58:23 2015 +0000 @@ -14,9 +14,11 @@ */ #ifndef __MAIN_H__ #define __MAIN_H__ -#include "vt100.h" #include "lcdadafruit.h" #include "GPS.h" +#include "enums.h" +#include "typedefs.h" + /* * Callback functions prototypes */ @@ -101,7 +103,7 @@ extern uint16_t BufferSize; extern uint8_t BufferTx[]; extern uint8_t BufferRx[]; -extern vt100 ctrl; +// radfta extern vt100 ctrl; extern float Frequency; extern int TxPower; extern int Bandwidth;