akinori uchiyama / LED_Toggle
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers toggle.h Source File

toggle.h

00001 #ifndef yueee_led_toggle_h
00002 #define yueee_led_toggle_h
00003 
00004 #include "mbed.h"
00005 void toggle(DigitalOut x);
00006 
00007 #endif