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 QEI FastPWM
Diff: main.cpp
- Revision:
- 11:5cb7ae8bd831
- Parent:
- 9:95fdcdc0977e
- Child:
- 12:3bc2465b034a
--- a/main.cpp Mon Apr 27 19:52:02 2020 +0000 +++ b/main.cpp Thu May 07 03:52:31 2020 +0000 @@ -9,9 +9,15 @@ #include "ventilator.h" +Serial pc(USBTX, USBRX); + int main(void) { + pc.baud(115200); System_Initialize(); + + wait(1); + volume_ml = 0; while(1){