Projet

Général

Profil

Code Informatique programme principal » initialisationMoteur.h

Quentin Becarie, 21/07/2020 14:12

 
#ifndef INIT_MOTEUR
#define INIT_MOTEUR

#include <Servo.h>

extern const byte servoPin;
extern Servo servo;

void initialisationMoteur();

#endif
(2-2/3)