debut pile

This commit is contained in:
2024-01-08 14:05:33 +01:00
parent c4bc163fe6
commit cffb424f64
29 changed files with 442 additions and 7 deletions

8
DEV1.1/CM2/lightness.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#define LIGHT 1
#define DARK 0
int lightness(void);
#endif /* LIGHTNESS_H */