firmware.h 152 B

12345678910
  1. #ifndef FIRMWARE_H
  2. #define FIRMWARE_H
  3. #include <esp_camera.h>
  4. #include "initialize.h"
  5. #include "process_image.h"
  6. #include "serial_commands.h"
  7. #endif