mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-22 11:52:40 +01:00
add PULLUP for keyboard
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
|
||||
uint8_t read_io(uint8_t io) {
|
||||
|
||||
if(digitalRead(io) == LOW ){
|
||||
return 0;
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user