1
0
mirror of https://github.com/exA-Arcadia/exa-io.git synced 2024-09-24 03:08:21 +02:00

add missing edid.h file

This commit is contained in:
Thomas Daede 2023-02-23 23:38:51 -08:00
parent 8e2d32b000
commit b37abeb8ce

11
firmware/edid.h Normal file
View 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_