First Version of HDMI EDID Emulator

This commit is contained in:
Patrick Schwarz 2020-12-29 05:12:11 +01:00
parent 6e3acd4539
commit 76d22a92a3
5 changed files with 108 additions and 843 deletions

View file

@ -12,3 +12,6 @@
platform = atmelavr
board = nanoatmega328
framework = arduino
lib_deps =
stevemarple/AsyncDelay @ ^1.1.2
stevemarple/SoftWire @ ^2.0.4