Wakeup Light with touch user interface, anti-aliased Font, SD card access and RTC usage on STM32F746NG-DISCO board

Dependencies:   BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers OnBoardLED.h Source File

OnBoardLED.h

00001 #ifndef __OnBoardLED_h
00002 #define __OnBoardLED_h
00003 
00004 void OnBoardLED_Init(void);
00005 
00006 #endif