mirror of
https://github.com/exA-Arcadia/exa-io.git
synced 2024-11-12 01:00:48 +01:00
add missing edid.h file
This commit is contained in:
parent
8e2d32b000
commit
b37abeb8ce
11
firmware/edid.h
Normal file
11
firmware/edid.h
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#ifndef EDID_H_
|
||||||
|
#define EDID_H_
|
||||||
|
|
||||||
|
#include "i2c_fifo.h"
|
||||||
|
#include "i2c_slave.h"
|
||||||
|
|
||||||
|
void edid_init(void);
|
||||||
|
|
||||||
|
static void edid_handler(i2c_inst_t *i2c, i2c_slave_event_t event);
|
||||||
|
|
||||||
|
#endif // EDID_H_
|
Loading…
Reference in New Issue
Block a user