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.
globals.h
00001 #ifndef GLOBAL_H 00002 #define GLOBAL_H 00003 00004 #include "mbed.h" 00005 #include "rtos.h" 00006 #include "uLCD_4DGL.h" 00007 extern uLCD_4DGL uLCD; 00008 00009 extern Serial blue; 00010 extern BusOut myled;//(LED1,LED2,LED3,LED4); 00011 #endif
Generated on Thu Jul 14 2022 20:08:03 by
