| 9 | } |
| 10 | |
| 11 | void RemoteController::set(const std::array<uint8_t, 40>& wireless_remote) |
| 12 | { |
| 13 | update_gamepad(wireless_remote); |
| 14 | } |
| 15 | |
| 16 | void RemoteController::update_gamepad(const std::array<uint8_t, 40>& data) |
| 17 | { |
no outgoing calls
no test coverage detected