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.
Diff: draw.h
- Revision:
- 0:3cb0bc1eb7fa
- Child:
- 1:95a7e179a181
diff -r 000000000000 -r 3cb0bc1eb7fa draw.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/draw.h Mon May 09 12:49:08 2016 +0000
@@ -0,0 +1,15 @@
+
+// ici zone declaration variables
+// le nom des variables doit commencer par un a atiti
+int atiti = 5;
+
+
+void draw() // a faire en TR
+ {
+ pix(atiti,1,0,0,5);
+ // a faire
+ for ( int tt = 0 ; tt < 32 ; tt++)
+ {
+ pix ( atiti, tt ; 0,5,0 );
+ }
+ }
\ No newline at end of file