iX
/
mbed_LEDcounter
without input
Revision 0:e73d113674d8, committed 2016-06-09
- Comitter:
- sann5100
- Date:
- Thu Jun 09 10:22:01 2016 +0000
- Commit message:
- LEDcounter
Changed in this revision
diff -r 000000000000 -r e73d113674d8 TextLCD.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextLCD.lib Thu Jun 09 10:22:01 2016 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/simon/code/TextLCD/#308d188a2d3a
diff -r 000000000000 -r e73d113674d8 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Jun 09 10:22:01 2016 +0000 @@ -0,0 +1,12 @@ +#include "mbed.h" +#include "TextLCD.h" + +TextLCD lcd(p15, p16, p17, p18, p19, p20, TextLCD::LCD16x2); + +int main() { + int i; + DigitalIn cross(p5); + for(i=0,cross,i++){ + lcd.printf("Cross: %d \n", i); + ] +} \ No newline at end of file
diff -r 000000000000 -r e73d113674d8 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Jun 09 10:22:01 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34 \ No newline at end of file