This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pi
/
FridgeSensor
Seguir
1
Destacar
0
Fork
0
Archivos
Árbol:
241aa2c92e
Ramas
Etiquetas
main
FridgeSensor
/
main
/
fridgeDoor.h
fridgeDoor.h
100 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
#ifndef __FRIDGE_H__
#define __FRIDGE_H__
#include <stdbool.h>
void setup_photo_sensor();
#endif