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: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: io.cpp
- Revision:
- 14:56da550a1baa
- Parent:
- 12:beb64aa0da86
- Child:
- 15:0ccf0f530a05
diff -r 4045b6ac448d -r 56da550a1baa io.cpp --- a/io.cpp Sun Feb 16 17:44:15 2014 +0000 +++ b/io.cpp Tue Feb 18 13:59:21 2014 +0000 @@ -7,10 +7,11 @@ void thread_callback(void const*); -// adjust pin numbers -LM75B tempSensor(p28, p27); +// Using Arduino pin notation +LM75B tempSensor(SDA, SCL); MMA7660 accSensor(p28, p27); DigitalIn button(p14); +//C12832 lcdDisplay(D11, D13, D12, D7, D10); Thread worker(thread_callback);
