Digital Commands - ku-fpg/haskino GitHub Wiki
Digital Commands
Digital Read Pin
Cmd | Pin |
---|---|
0x30 | 0xXX |
Fields
Pin - Pin to read digital value of.
Digtial Write Pin
Cmd | Pin | Value |
---|---|---|
0x31 | 0xXX | 0x00/0x01 |
Fields
Pin - Pin to write the digital value to.
Value - 0x00 - LOW, 0x01 - HIGH
Digital Responses
Digital Response Read Pin
Cmd | Value |
---|---|
0x38 | 0x00/0x01 |
Fields
Value - 0x00 - LOW, 0x01 - HIGH