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
HUD.cpp
00001 #include "rtos.h" 00002 #include "HUD.h" 00003 00004 HUD::HUD(PinName tx, PinName rx, PinName reset) { 00005 lcd = new uLCD_4DGL(tx, rx, reset); 00006 00007 lcd->baudrate(BAUD_3000000); 00008 lcd->cls(); 00009 Thread::wait(100); 00010 } 00011 HUD::~HUD() {} 00012 00013 void HUD::displayChannel(uint8_t channel) {} 00014 void HUD::displayP2T(bool isTalking) {}
Generated on Tue Jul 12 2022 11:14:19 by
1.7.2