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.
Fork of Impedance_Fast_Circuitry by
Diff: main.cpp
- Revision:
- 64:bb4a4bd57681
- Parent:
- 63:7903a33e2fd4
- Child:
- 66:72c5c24e532c
diff -r 7903a33e2fd4 -r bb4a4bd57681 main.cpp --- a/main.cpp Tue Feb 23 19:49:42 2016 +0000 +++ b/main.cpp Tue Feb 23 19:58:58 2016 +0000 @@ -52,8 +52,8 @@ pc.printf("\r\n\r\n\r\n"); - //pdb_start(); -/* while(1) + pdb_start(); + while(1) { while(sampling_status == 0) { @@ -75,8 +75,8 @@ } } - */ - while(1) + +/* while(1) { if(pc.readable() > 0) { char temp = pc.getc(); @@ -162,3 +162,4 @@ } } +*/ \ No newline at end of file