dujardin stephane
/
duj401_projets
projets de S3 S4 année 21 22
Diff: draw.h
- Revision:
- 3:25e9386596c1
- Parent:
- 2:1af4d847d589
- Child:
- 4:6a1fff2aa293
diff -r 1af4d847d589 -r 25e9386596c1 draw.h --- a/draw.h Thu May 12 12:11:23 2016 +0000 +++ b/draw.h Mon May 23 11:18:35 2016 +0000 @@ -7,8 +7,8 @@ void draw() // exemple d'une chose a faire ( pas de delai dans cette boucle) { - pix(atiti+4,0,0,0,5); // pixel bleu en x = 5+4 et y = 1 - ptnum(15,15,atiti); // ecrit 05 en 15 15 ( centre + pix(15+accx,15+accy,0,0,7); // pixel bleu en x = 5+4 et y = 1 + } // voici les 3 fonctions utilisables