Skip to content

Commit 57e86fc

Browse files
John DoeJohn Doe
John Doe
authored and
John Doe
committed
more typos
1 parent 0619262 commit 57e86fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_i2s.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
i2s.c - Software I2C library for esp8266
2+
i2s.c - Software I2S library for esp8266
33
44
Code taken and reworked from espessif's I2S example
55

hardware/esp8266com/esp8266/cores/esp8266/i2s.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
i2s.h - Software I2C library for esp8266
2+
i2s.h - Software I2S library for esp8266
33
44
Copyright (c) 2015 Hristo Gochkov. All rights reserved.
55
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
3232
the left and right channel) concatenated as (Rout<<16)+Lout
3333
3434
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
3636
speed.
3737
*/
3838

0 commit comments

Comments
 (0)