my dependency on I2S
Diff: I2S.h
- Revision:
- 1:9dd9537d8ab6
- Parent:
- 0:455d5826751b
diff -r 455d5826751b -r 9dd9537d8ab6 I2S.h
--- a/I2S.h Wed Sep 19 10:53:33 2012 +0000
+++ b/I2S.h Tue Oct 23 19:02:18 2018 +0000
@@ -117,7 +117,7 @@
* @param buf[] The buffer of values to write: are bit stuffed automatically
* @param len The number of chars to write
*/
- void write(int buf[], int len);
+ void write(short buf[], short len);
/** Read the FIFOs contents
*