mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-01-10 15:51:47 +01:00
15 lines
237 B
C
15 lines
237 B
C
|
/*
|
||
|
Pipe implementation for chuniio
|
||
|
|
||
|
Credits:
|
||
|
somewhatlurker, skogaby
|
||
|
*/
|
||
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include "chuniio/leddata.h"
|
||
|
|
||
|
HRESULT led_pipe_init();
|
||
|
void led_pipe_update(struct _chuni_led_data_buf_t* data);
|