Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:08bbc3ecd836
- Parent:
- 0:d034cdad5b6d
- Child:
- 2:ef98576cd67b
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;