#pragma once #include #include "switch_input.h" bool switch_uart_decode_input_frame( const uint8_t* packet, uint8_t length, SwitchInputState* out_state);