This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pi
/
FridgeSensor
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Árvore:
241aa2c92e
Ramos
Etiquetas
main
FridgeSensor
/
main
/
fridgeDoor.h
fridgeDoor.h
100 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
#ifndef __FRIDGE_H__
#define __FRIDGE_H__
#include <stdbool.h>
void setup_photo_sensor();
#endif