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 _8_CONV_1_SLAVE by
Diff: main.cpp
- Revision:
- 3:45f63cbde7b3
- Parent:
- 2:42a084b14fb2
- Child:
- 4:9e2adff677ac
--- a/main.cpp Mon Dec 07 21:45:29 2015 +0000
+++ b/main.cpp Tue Dec 15 22:44:11 2015 +0000
@@ -40,7 +40,7 @@
device.putc(addr);
while(1){
device.putc(DATA_TO_READ_CHAR);
- while(1) { // waiting for data byte from conv2 //seems to w8 4ever...
+ while(1) { // waiting for data byte from conv2
if(device.readable()) {
if (device.getc() == UART_CHAR_INCOMING){
uart_rec2 = device.getc();
