change bank address
This commit is contained in:
parent
81434a39b5
commit
81f0e80f8c
3 changed files with 14 additions and 7 deletions
|
@ -6,12 +6,12 @@ void setup() {
|
|||
}
|
||||
|
||||
void loop() {
|
||||
if(ESPMega_digitalRead(7)) {
|
||||
if(ESPMega_digitalRead(11)) {
|
||||
ESPMega_digitalWrite(8, HIGH);
|
||||
Serial.println("7HIGH");
|
||||
Serial.println("11HIGH");
|
||||
} else {
|
||||
ESPMega_digitalWrite(8, LOW);
|
||||
Serial.println("7LOW");
|
||||
Serial.println("11LOW");
|
||||
}
|
||||
ESPMega_loop();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue