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: mbed 4DGL-uLCD-SE mbed-rtos nRF24L01P
Diff: HUD.cpp
- Revision:
- 7:0ac1f1ca8aa6
- Parent:
- 5:69f814a22160
- Child:
- 8:0222df74596e
--- a/HUD.cpp Wed Apr 18 15:00:46 2018 +0000
+++ b/HUD.cpp Wed Apr 18 15:09:32 2018 +0000
@@ -1,5 +1,5 @@
+#include "rtos.h"
#include "HUD.h"
-#include "rtos.h"
HUD::HUD(PinName tx, PinName rx, PinName reset) {
lcd = new uLCD_4DGL(tx, rx, reset);