Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
180 B
C
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);
|