#ifndef _M5_STICK_C_H
#define _M5_STICK_C_H

#define PIN_BUTTON_1 37
#define PIN_BUTTON_2 39
#define LED_PIN 10

#define M5STICKC_DISPLAY

#endif