SPQR-Team1-2020/include/vars.h

8 lines
150 B
C
Raw Normal View History

#pragma once
2019-11-13 16:26:03 +01:00
#define DEBUG_PRINT Serial
#define LED_R 20
#define LED_Y 17
#define LED_G 13
#define BUZZER 30
#define SWITCH_SX 28
#define SWITCH_DX 29