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: SDFileSystem mbed ILI9340_Driver_Lib
Fork of Seeed_SDCard_Shield by
Diff: bdebug.h
- Revision:
- 1:93d41c73ac7d
- Parent:
- 0:525c842a3c89
- Child:
- 2:f2f5e2324ad4
--- a/bdebug.h Mon Mar 17 15:45:16 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-/* blink debug */
-
-void blink(DigitalOut led, int count = 1, float delay = 0.2) {
- led = 0;
- int i=0;
- for (i=0; i<count*2; i++) {
- led = led ? 0 : 1;
- wait(delay);
- }
-}
\ No newline at end of file
