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 "M5StickCPlus.h" | |
#include <Wire.h> | |
// lcd | |
uint8_t brightnessLevel = 8; | |
uint8_t RotateSet = 1; // for right finger | |
// buttuns | |
#define BTN_A_PIN 37 | |
#define BTN_B_PIN 39 |