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: SerialToI2C mbed
Revision 0:8d85dcffb6e8, committed 2015-10-14
- Comitter:
- inst
- Date:
- Wed Oct 14 06:10:01 2015 +0000
- Child:
- 1:312cf96560ec
- Commit message:
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SerialToI2C.lib Wed Oct 14 06:10:01 2015 +0000 @@ -0,0 +1,1 @@ +SerialToI2C#f55382f220f2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Oct 14 06:10:01 2015 +0000 @@ -0,0 +1,12 @@ +#include "SerialToI2C.h" + +int main(){ + SerialToI2C::create( /* sda */dp5, /* scl */dp27, /* tx */dp16, /* rx */dp15 ); + + while ( true ){ + SerialToI2C::getInstance()->update(); + } + + return 0; +} +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Oct 14 06:10:01 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/4f6c30876dfa \ No newline at end of file