AA32 RADIO FM IUT GEII TOURS 2019
Dependencies: LCD_GEII_F746NG TS_DISCO_F746NG mbed Si4735 BSP_DISCO_F746NG buttons2
Diff: main.cpp
- Revision:
- 0:db6c716db091
- Child:
- 1:7d5f9f95ad0f
diff -r 000000000000 -r db6c716db091 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Dec 16 07:37:44 2019 +0000 @@ -0,0 +1,19 @@ +#include "LCD_DISCO_F746NG.h" +#include "TS_DISCO_F746NG.h" +#include "Si4735.h" +#include "buttons2.h" +#include "mbed.h" + +LCD_DISCO_F746NG lcd; + +int main() +{ + lcd.Clear(LCD_COLOR_WHITE); + lcd.SetTextColor(LCD_COLOR_BLUE); + lcd.DisplayStringAt(0,LINE(6),"IUT GEII TOURS",CENTER_MODE); + lcd.DisplayStringAt(0,LINE(7),"AA32 RADIO FM",CENTER_MODE); + while(1) + { + + } +} \ No newline at end of file