13 lines
551 B
C
13 lines
551 B
C
|
|
// Enable Functions
|
|
// #define ENA_DSP // Display
|
|
#define ENA_TRM // Terminal
|
|
#define ENA_BTN // Button
|
|
|
|
// Pins Definitions
|
|
#define _led_pin 5 // On Board LED Pin
|
|
#define _btn_red_one 0 // Judge Button Red 1 Point
|
|
#define _btn_red_two 1 // Judge Button Red 2 Point
|
|
#define _btn_blue_one 2 // Judge Button Blue 1 Point
|
|
#define _btn_blue_two 3 // Judge Button Blue 2 Point
|
|
#define _motor_pin 4 // Motor Vibrator
|