Funzioni di IO varie con seriale asincrona

Dependents:   Nucleo_AsyncSerialIO

Fork of IOFuncLib by Max Scordamaglia

Revision:
9:a9b3a88c25d1
Parent:
5:0dd768073f59
Child:
10:b6c09ee246cc
--- a/IOFuncLib.h	Wed Jul 15 23:21:25 2015 +0000
+++ b/IOFuncLib.h	Wed Jul 15 23:46:58 2015 +0000
@@ -10,7 +10,7 @@
     Flasher(PinName pin);
     void flash(int n);
     void onOff(bool n);
-    void notPin();
+    void notPin(void);
 
 private:
     DigitalOut _pin;