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:46f09e3213b7, committed 2016-04-25
- Comitter:
- ushiwakamaru
- Date:
- Mon Apr 25 07:33:13 2016 +0000
- Commit message:
- jikkennjissyu2
Changed in this revision
diff -r 000000000000 -r 46f09e3213b7 TextLCD.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextLCD.lib Mon Apr 25 07:33:13 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
diff -r 000000000000 -r 46f09e3213b7 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Apr 25 07:33:13 2016 +0000 @@ -0,0 +1,9 @@ +#include "TextLCD.h" +#include "mbed.h" +TextLCD led(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17); + +int main() { + while(1) { + led.printf("oomori\n"); + } +}
diff -r 000000000000 -r 46f09e3213b7 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Apr 25 07:33:13 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/082adc85693f \ No newline at end of file