15 lines
		
	
	
		
			314 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			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
 |