fridgeDoor.h 100 B

123456789
  1. #ifndef __FRIDGE_H__
  2. #define __FRIDGE_H__
  3. #include <stdbool.h>
  4. void setup_photo_sensor();
  5. #endif