This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pi
/
FridgeSensor
Suivre
1
Voter
0
Fork
0
Fichiers
Aborescence:
f33606380d
Branches
Tags
main
FridgeSensor
/
main
/
fridgeDoor.h
fridgeDoor.h
100 B
Historique
Raw
1
2
3
4
5
6
7
8
9
#ifndef __FRIDGE_H__
#define __FRIDGE_H__
#include <stdbool.h>
void setup_photo_sensor();
#endif