kopia lustrzana https://github.com/meshtastic/protobufs
Rename
rodzic
05139e0db1
commit
5a6fd96e48
|
@ -1500,10 +1500,10 @@ enum RemoteHardwarePinType {
|
||||||
/*
|
/*
|
||||||
* GPIO pin can be read (if it is high / low)
|
* GPIO pin can be read (if it is high / low)
|
||||||
*/
|
*/
|
||||||
ANALOG_READ = 1;
|
DIGITAL_READ = 1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GPIO pin can be written to (high / low)
|
* GPIO pin can be written to (high / low)
|
||||||
*/
|
*/
|
||||||
ANALOG_WRITE = 2;
|
DIGITAL_WRITE = 2;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue