
flow for bluetooth
Dependencies: mbed SoftSerial
Revision 1:08bbc3ecd836, committed 2019-06-04
- Comitter:
- mehrnaz
- Date:
- Tue Jun 04 14:48:16 2019 +0000
- Parent:
- 0:d034cdad5b6d
- Commit message:
- flow for bluetooth
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d034cdad5b6d -r 08bbc3ecd836 main.cpp --- a/main.cpp Thu May 30 08:26:56 2019 +0000 +++ b/main.cpp Tue Jun 04 14:48:16 2019 +0000 @@ -2,7 +2,7 @@ #include <SoftSerial.h> Serial ble(A4,A5); -AnalogIn flowIn(A2); +AnalogIn flowIn(A3); float flowVal1; float flowVal2;