pull/346/head
Ben Meadors 2023-05-15 08:09:52 -05:00
rodzic 05139e0db1
commit 5a6fd96e48
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1500,10 +1500,10 @@ enum RemoteHardwarePinType {
/*
* GPIO pin can be read (if it is high / low)
*/
ANALOG_READ = 1;
DIGITAL_READ = 1;
/*
* GPIO pin can be written to (high / low)
*/
ANALOG_WRITE = 2;
DIGITAL_WRITE = 2;
}