| 93 | static const uint8_t commandPollInput[] = {0x01, 0x42, 0x00, 0xFF, 0xFF}; |
| 94 | PSXController *controller; |
| 95 | void attentionInterrupt(uint gpio, uint32_t events) |
| 96 | { |
| 97 | controller->processData(true, false); |
| 98 | } |
| 99 | |
| 100 | static int64_t restart_handler(__unused alarm_id_t id, void *user_data) |
| 101 | { |
nothing calls this directly
no test coverage detected