Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | rename arduino core dir to xinputHEADmaster | HampusM | |
2019-03-09 | Switch 'available' return type to uint8_t | David Madison | |
This function never returns an error (-1), and the number of bytes available will never be a negative number. | |||
2019-02-21 | Add USB connected API support | David Madison | |
Returns true if the device USB is configured. Although will still return true if the device has been configured and the USB data pins disconnected... | |||
2019-02-21 | Add XInput USB API | David Madison | |