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_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src
OnBoardLED.cpp
00001 #include "WakeupLight.h" 00002 00003 Ticker onBoardLEDTicker; 00004 00005 void OnBoardLED_Callback() 00006 { 00007 BSP_LED_Toggle(LED_GREEN); 00008 } 00009 00010 void OnBoardLED_Init(void) 00011 { 00012 BSP_LED_Init(LED_GREEN); 00013 00014 onBoardLEDTicker.attach(&OnBoardLED_Callback,0.3); 00015 }
Generated on Tue Jul 12 2022 21:40:04 by
1.7.2