issue173:micro-ci_micro-la
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
issue173:micro-ci_micro-la [2021/10/01 12:31] – auntiee | issue173:micro-ci_micro-la [2021/10/03 17:19] (Version actuelle) – andre_domenech | ||
---|---|---|---|
Ligne 50: | Ligne 50: | ||
line(x0, y0, x1, y1, color) | line(x0, y0, x1, y1, color) | ||
- | Nous le coderons donc comme suit... | + | Nous le coderons donc comme suit : |
graphics.line(0, | graphics.line(0, | ||
Ligne 91: | Ligne 91: | ||
rect(x0, y0, largeur, hauteur, couleur) | rect(x0, y0, largeur, hauteur, couleur) | ||
- | Nous allons dessiner un rectangle de 0,0 à 50,20. De cette façon, il fonctionnera sur l'un ou l' | + | Nous allons dessiner un rectangle de 0,0 à 50,20. De cette façon, il fonctionnera sur l'un ou l' |
graphics.rect(0, | graphics.rect(0, | ||
Ligne 328: | Ligne 328: | ||
p. 33 : | p. 33 : | ||
**For the RPi Pico, I used GP8 and GP9 (physical pins 11 and 12) for the connection to the I2C bus. The code for the Pico will be…** | **For the RPi Pico, I used GP8 and GP9 (physical pins 11 and 12) for the connection to the I2C bus. The code for the Pico will be…** | ||
- | Pour le RPi Pico, j'ai utilisé GP8 et GP9 (picots physiques 11 et 12) pour les connexions au bus I2C. Le code pour le Pico sera… | + | Pour le RPi Pico, j'ai utilisé GP8 et GP9 (picots physiques 11 et 12) pour les connexions au bus I2C. Le code pour le Pico sera : |
**From here the code for all three microcontrollers will be the same.** | **From here the code for all three microcontrollers will be the same.** |
issue173/micro-ci_micro-la.1633084306.txt.gz · Dernière modification : 2021/10/01 12:31 de auntiee