s-marley / ESP32-INMP441-Matrix-VU

And ESP32 powered VU matrix using the INMP441 I2S microphone
MIT License
85 stars 28 forks source link

hi, i'm trying to build your project but i can't find the <driver / i2s.h> library #2

Closed PaoloBassan closed 3 years ago

PaoloBassan commented 3 years ago

hi, i'm trying to build your project but i can't find the <driver / i2s.h> library can you help me please

Originally posted by @PaoloBassan in https://github.com/s-marley/ESP32-INMP441-Matrix-VU/issues/1#issuecomment-779302357

s-marley commented 3 years ago

If you build it in the Arduino IDE and make sure an ESP32 board is selected as the target the library should be automatically available.

PaoloBassan commented 3 years ago

great, you helped me a lot and I learned how to solve this and other problems caused by my ignorance on the correct management of libraries and boards. you are doing a great job :-))

s-marley commented 3 years ago

No worries, thank you!