mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-11-03 14:33:37 +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.
		
			
				
	
	
		
			10 lines
		
	
	
		
			383 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			383 B
		
	
	
	
		
			INI
		
	
	
	
	
	
name=I2S
 | 
						|
version=1.0
 | 
						|
author=Earle F. Philhower, III <earlephilhower@yahoo.com>
 | 
						|
maintainer=Earle F. Philhower, III <earlephilhower@yahoo.com>
 | 
						|
sentence=Enables the communication with devices that use the Inter-IC Sound (I2S) Bus. Specific implementation for ESP8266, based off of SAMD.
 | 
						|
paragraph=
 | 
						|
category=Communication
 | 
						|
url=http://www.arduino.cc/en/Reference/I2S
 | 
						|
architectures=esp8266
 |