File tree 2 files changed +3
-3
lines changed
hardware/esp8266com/esp8266/cores/esp8266
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- i2s.c - Software I2C library for esp8266
2
+ i2s.c - Software I2S library for esp8266
3
3
4
4
Code taken and reworked from espessif's I2S example
5
5
Original file line number Diff line number Diff line change 1
1
/*
2
- i2s.h - Software I2C library for esp8266
2
+ i2s.h - Software I2S library for esp8266
3
3
4
4
Copyright (c) 2015 Hristo Gochkov. All rights reserved.
5
5
This file is part of the esp8266 core for Arduino environment.
@@ -32,7 +32,7 @@ The 32bit samples basically are 2 16-bit signed values (the analog values for
32
32
the left and right channel) concatenated as (Rout<<16)+Lout
33
33
34
34
i2s_write_sample will block when you're sending data too quickly, so you can just
35
- generate and push data as fast as you can and I2sPushSample will regulate the
35
+ generate and push data as fast as you can and i2s_write_sample will regulate the
36
36
speed.
37
37
*/
38
38
You can’t perform that action at this time.
0 commit comments