added support for tokyo

This commit is contained in:
2024-08-20 13:30:51 +02:00
parent c91c7db3c7
commit c535f18e40
27 changed files with 1715 additions and 11 deletions

10
tokyoio/backend.h Normal file
View File

@ -0,0 +1,10 @@
#pragma once
#include <stdint.h>
#include "tokyoio/tokyoio.h"
struct tokyo_io_backend {
void (*get_gamebtns)(uint8_t *gamebtn);
void (*get_sensors)(uint8_t *sense);
};