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.
Revision 0:1cd1fbb9a039, committed 2018-01-09
- Comitter:
- prathameshrs22
- Date:
- Tue Jan 09 10:52:48 2018 +0000
- Commit message:
- Initial;
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TSI.lib Tue Jan 09 10:52:48 2018 +0000 @@ -0,0 +1,1 @@ +http://os.mbed.com/users/emilmont/code/TSI/#507b1f67804b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Tue Jan 09 10:52:48 2018 +0000 @@ -0,0 +1,12 @@ +#include "mbed.h" + #include "TSISensor.h" + + int main(void) { + PwmOut led(LED_GREEN); + TSISensor tsi; + + while (true) { + led = 1.0 - tsi.readPercentage(); + wait(0.1); + } + } \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Jan 09 10:52:48 2018 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/7130f322cb7e \ No newline at end of file