// JB
// 2024/07/04
// Flight Sim Module
// initializes the switch pins
int const switchPin1 = 3;
int const switchPin2 = 2;
void setup(){
// initializes the switch pins as input
pinMode(switchPin1, INPUT_PULLUP);
pinMode(switchPin2, INPUT_PULLUP);
}
void loop(){
}
Loading
grove-oled-sh1107
grove-oled-sh1107