water flow sensor, k64f https://www.adafruit.com/product/828

Files at this revision

API Documentation at this revision

Comitter:
andcor02
Date:
Thu Jan 17 14:08:21 2019 +0000
Parent:
0:9d07fa1b15a7
Commit message:
fixed formatting error.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jan 17 11:12:32 2019 +0000
+++ b/main.cpp	Thu Jan 17 14:08:21 2019 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
  
 DigitalOut myled(LED1);
-InterruptIn sensor(PTB10-§);
+InterruptIn sensor(PTB10);
  
 Serial pc(USBTX, USBRX);