Basic GPIO expander using the ESP32 I2S peripheral (#12959)
This commit is contained in:
committed by
Scott Lahteine
parent
3983cacbcf
commit
5cd0fa3ce1
@ -31,7 +31,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#undef DISABLED
|
||||
#undef _BV
|
||||
#undef M_PI
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
@ -43,6 +43,7 @@
|
||||
|
||||
#include "fastio_ESP32.h"
|
||||
#include "watchdog_ESP32.h"
|
||||
#include "i2s.h"
|
||||
|
||||
#include "HAL_timers_ESP32.h"
|
||||
|
||||
|
Reference in New Issue
Block a user