forked from TeamTofuShop/segatools
kemono: fix LED hooking, add button LEDs
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
#include <util/dprintf.h>
|
||||
|
||||
#include "kemonoio/kemonoio.h"
|
||||
#include "kemonoio/config.h"
|
||||
@ -101,4 +102,8 @@ HRESULT kemono_io_led_init(void) {
|
||||
|
||||
void kemono_io_led_set_colors(uint8_t board, uint8_t *rgb) {
|
||||
|
||||
}
|
||||
|
||||
void kemono_io_jvs_write_gpio(uint32_t state){
|
||||
|
||||
}
|
Reference in New Issue
Block a user