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: BSP_DISCO_F469NIfdsf LCD_DISCO_F469NI mbed
Fork of PrintGearUSpesno by
main.cpp
- Committer:
- formulas
- Date:
- 2017-10-26
- Revision:
- 2:2c90cdf71847
- Parent:
- 1:b6c19373bd01
File content as of revision 2:2c90cdf71847:
#include "Gear.h" #include "mbed.h" #include "LogoBitmap.h" #include "LCD_DISCO_F469NI.h" LCD_DISCO_F469NI lcd; extern GEAR Gear1; int main() { PrintLogo(); /*PrintGear(Gear1);*/ while(1) { }; }