switch-pico/switch_uart_protocol.h
Joey Yakimowich-Payne 05098bbdac Define UART decoder
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-08-11 12:23:07 +09:00

10 lines
180 B
C

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