mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Fixes #427 Adds a basic I2S class based off of the Arduino-SAMD core. The raw i2s_xxx functions are still a better way to use I2S due to their flexibility, but this will allow basic Arduino sketches to work.
24 lines
538 B
Plaintext
24 lines
538 B
Plaintext
#######################################
|
|
# Syntax Coloring Map I2S
|
|
#######################################
|
|
|
|
#######################################
|
|
# Datatypes (KEYWORD1)
|
|
#######################################
|
|
|
|
I2S KEYWORD1
|
|
|
|
#######################################
|
|
# Methods and Functions (KEYWORD2)
|
|
#######################################
|
|
begin KEYWORD2
|
|
end KEYWORD2
|
|
|
|
onReceive KEYWORD2
|
|
onTransmit KEYWORD2
|
|
|
|
#######################################
|
|
# Constants (LITERAL1)
|
|
#######################################
|
|
I2S_PHILIPS_MODE LITERAL1
|