Neptune_170620

Dependencies:   mbed

Revision:
0:20b4b057fa7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ISR.h	Wed Jun 17 10:11:19 2020 +0000
@@ -0,0 +1,10 @@
+#ifndef ISR_H 
+#define ISR_H 
+
+#include "mbed.h"
+extern Timer t1Sec,t2Sec;
+extern InterruptIn tachoIn;
+extern volatile float rpm;
+extern void isr1();
+
+#endif