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: mbed
Diff: Treasure.cpp
- Revision:
- 1:83459533ff72
- Parent:
- 0:1465fd20e75b
diff -r 1465fd20e75b -r 83459533ff72 Treasure.cpp
--- a/Treasure.cpp Wed Apr 26 16:38:33 2017 +0000
+++ b/Treasure.cpp Mon May 01 15:20:26 2017 +0000
@@ -17,5 +17,6 @@
lcd.drawRect(TreasureX,TreasureY,10,8,FILL_BLACK);
lcd.drawRect(TreasureX+2,TreasureY+1,6,4,FILL_WHITE);
lcd.drawRect(TreasureX+4,TreasureY+2,2,2,FILL_BLACK);
+ //printf("The treasure is displayed");
}
\ No newline at end of file