/247-616_malyan

contrôle imprimante

Primary LanguageC

247-616_malyan

contrôle imprimante

1 - ajouter 3 fonctions dans l'interface Malyan:

int interfaceMalyan_donneLaPosition(void)

int interfaceMalyan_vaALaPosition(int x, int y, int z)

int interfaceMalyan_retourneALaMaison(void)

ajouter les 3 fonctions dans le menu de la fonction main:

8 : donne la position actuelle

P : va à la position x=20, y=20, z=20

H : positionne la tête d'impression à l'origine (home)

2-