mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Rename
This commit is contained in:
parent
05139e0db1
commit
5a6fd96e48
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue