improve readme
This commit is contained in:
parent
c34cba3176
commit
4831cd0cd0
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -75,19 +75,19 @@ Followed by six byte long value
|
|||
|
||||
## Possible Commands
|
||||
|
||||
- 80 - P - toggle Debug
|
||||
- 81 - Q - set pin mode
|
||||
- 82 - R - digital write
|
||||
- 83 - S - digital read
|
||||
- 84 - T - analog write
|
||||
- 85 - U - analog read
|
||||
- 86 - V - handle RC Decimal
|
||||
- 87 - W - handle RC TriState
|
||||
- 88 - X - handle IR send
|
||||
- 89 - Y - handle IR read
|
||||
- [ ] 80 - P - toggle Debug
|
||||
- [x] 81 - Q - set pin mode
|
||||
- [x] 82 - R - digital write
|
||||
- [x] 83 - S - digital read
|
||||
- [ ] 84 - T - analog write
|
||||
- [ ] 85 - U - analog read
|
||||
- [ ] 86 - V - handle RC Decimal
|
||||
- [x] 87 - W - handle RC TriState
|
||||
- [ ] 88 - X - handle IR send
|
||||
- [x] 89 - Y - handle IR read
|
||||
|
||||
## Special Command
|
||||
- 90 - Z - Beginn Communication
|
||||
- [x] 90 - Z - Beginn Communication
|
||||
|
||||
## Possible future commands
|
||||
- 91 - [ -
|
||||
|
|
Reference in a new issue