feature(i2s): add i2s driver

This commit is contained in:
XiongYu
2019-03-25 10:47:20 +08:00
parent d913340f00
commit cac248c42f
11 changed files with 1427 additions and 7 deletions

View File

@ -35,6 +35,7 @@ extern "C" {
#endif
/* interrupt related */
#define ETS_SLC_INUM 1
#define ETS_SPI_INUM 2
#define ETS_GPIO_INUM 4
#define ETS_UART_INUM 5