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.
Fork of Blinky by
Diff: main.cpp
- Revision:
- 9:a6bed03648e5
- Parent:
- 8:1f8f91d671a5
- Child:
- 10:f5dfd33d5431
diff -r 1f8f91d671a5 -r a6bed03648e5 main.cpp
--- a/main.cpp Wed Nov 22 22:33:43 2017 +0000
+++ b/main.cpp Fri Jan 05 02:29:59 2018 +0000
@@ -21,7 +21,10 @@
{
// write 'Hello World!' to the screen
// this is so you can tell the Pokitto is running
- pokitto.display.print("Hello World!");
+ pokitto.display.color=led0+1;
+ pokitto.display.setCursor(0,0);
+ if (led0==0) pokitto.display.print("Hello World!");
+ else pokitto.display.print("Hei Etlari!");
// if the A button is pressed
if(pokitto.buttons.aBtn())
