arduino-pico/libraries/I2S
Earle F. Philhower, III 1fd0b0404d
Add TinyUSB include to all libs (#180)
Fixes #167

For Serial when selecting TinyUSB.  Can't include in the core because Arduino IDE
will not link in libraries called from the core.  Instead, add the header to all
the standard libraries in the hope it will still catch some user cases where they
use these libraries.

See https://github.com/earlephilhower/arduino-pico/issues/167#issuecomment-848622174
2021-05-28 19:23:19 -07:00
..
examples/SimpleTone Add I2S output support and I2S class/library (#73) 2021-04-02 16:21:36 -07:00
src Add TinyUSB include to all libs (#180) 2021-05-28 19:23:19 -07:00
keywords.txt Add I2S output support and I2S class/library (#73) 2021-04-02 16:21:36 -07:00
library.properties Add I2S output support and I2S class/library (#73) 2021-04-02 16:21:36 -07:00