Files
DEV/DEV1.1/Entrainements/controle_machine_2_A/lightness.h

6 lines
69 B
C
Raw Normal View History

2024-12-10 12:52:05 +01:00
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
int lightness(void);
#endif