WeatherCube/src/example_config.h
2024-11-06 21:20:12 +01:00

15 lines
314 B
C

// OpenWeatherMap settings
#define LOCATION ""
#define API_KEY ""
// OLED display settings
#define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 64
#define OLED_RESET -1
#define FRAMERATE 8
// Buttons and buzzer
#define PIN_BTN_L 12 // D6
#define PIN_BTN_M 13 // D7
#define PIN_BTN_R 15 // D8
#define PIN_BUZZER 0 // D3