Revision:
0:4c3498745f6c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toggle.cpp	Mon May 13 04:10:32 2013 +0000
@@ -0,0 +1,5 @@
+#include "mbed.h"
+void toggle(DigitalOut x)
+{
+    x=!x;
+}
\ No newline at end of file