SPQR-Team-2019-REVAMPED/include/vars.h

12 lines
175 B
C
Raw Normal View History

#pragma once
2020-02-28 16:45:28 +01:00
#define DEBUG Serial
#define GLOBAL_SPD_MULT 1.0
2019-11-13 16:26:03 +01:00
#define LED_R 20
#define LED_Y 17
#define LED_G 13
2019-11-13 16:26:03 +01:00
#define BUZZER 30
#define SWITCH_SX 28
#define SWITCH_DX 29