This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Diyode CodeShield Pinout Constants */ | |
#define ENCODER_A 14 | |
#define ENCODER_B 15 | |
#define ENCODER_PORT PINC | |
#define SWITCH 13 | |
#define BUTTON 12 | |
#define RGB_RED 11 | |
#define RGB_GREEN 10 | |
#define RGB_BLUE 9 | |
#define LED 6 |