This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <esp_camera.h> | |
#include <SPI.h> | |
#include <SD.h> | |
#include <M5UnitLCD.h> | |
#include <M5Unified.h> | |
#include "Unit_Encoder.h" | |
#include <algorithm> | |
#define POWER_GPIO_NUM 18 | |
camera_fb_t* fb; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
・ATOMS3R カメラキット | |
https://www.switch-science.com/products/9916 | |
https://shop.m5stack.com/products/atoms3r-camera-kit | |
・ATOMIC TFカードリーダー | |
https://www.switch-science.com/products/9423 | |
https://shop.m5stack.com/products/atomic-tf-card-reader | |
・M5Stack用 1.5インチ透過型OLEDディスプレイユニット2 | |
https://www.switch-science.com/products/9273 | |
https://shop.m5stack.com/products/glass-2-unit-w-1-51inch-transparent-oled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <esp_camera.h> | |
#include <FastLED.h> | |
#include <SPI.h> | |
#include <SD.h> | |
#include <M5Unified.h> | |
#define KEY_PIN 1 | |
#define LED_PIN 2 | |
#define POWER_GPIO_NUM 18 |