Template
Chargement...
Recherche...
Aucune correspondance
PidLayer.h
1#ifndef PID_LAYER_H
2#define PID_LAYER_H
3
4enum PidLayer { ENCODER, MOTOR, GEARBOX, DIRECT };
5
6#endif //PID_LAYER_H