DEV/DEV1.1/Entrainements/controle_machine_2_B/hue.h
2024-12-10 12:52:05 +01:00

6 lines
47 B
C

#ifndef HUE
#define HUE
int hue(void);
#endif