Skip to content

Commit 2700341

Browse files
committed
Attempt at making PR ikostoski#7 work
1 parent 34f008d commit 2700341

File tree

11 files changed

+706
-798
lines changed

11 files changed

+706
-798
lines changed

.vscode/arduino.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"configuration": "FlashFreq=80,UploadSpeed=921600,DebugLevel=none,EraseFlash=none",
32
"board": "esp32:esp32:firebeetle32",
4-
"port": "/dev/ttyUSB0",
5-
"sketch": "esp32-db-signaller.ino",
6-
"output": "../build",
7-
"programmer": "esptool"
3+
"port": "/dev/ttyUSB0"
84
}

.vscode/c_cpp_properties.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@
215215
"/home/benji/.arduino15/packages/esp32/hardware/esp32/2.0.5/tools/sdk/esp32/dio_qspi/include",
216216
"/home/benji/.arduino15/packages/esp32/hardware/esp32/2.0.5/cores/esp32",
217217
"/home/benji/.arduino15/packages/esp32/hardware/esp32/2.0.5/variants/firebeetle32",
218-
"/home/benji/Arduino/libraries/IRremoteESP8266/src",
219-
"/home/benji/Arduino/libraries/FastLED/src",
220-
"/home/benji/.arduino15/packages/esp32/hardware/esp32/2.0.5/libraries/Preferences/src",
221218
"/home/benji/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2-patch3/xtensa-esp32-elf/include/c++/8.4.0",
222219
"/home/benji/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2-patch3/xtensa-esp32-elf/include/c++/8.4.0/xtensa-esp32-elf",
223220
"/home/benji/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2-patch3/xtensa-esp32-elf/include/c++/8.4.0/backward",

.vscode/settings.json

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,5 @@
11
{
22
"files.associations": {
3-
"cmath": "cpp",
4-
"array": "cpp",
5-
"atomic": "cpp",
6-
"*.tcc": "cpp",
7-
"cctype": "cpp",
8-
"clocale": "cpp",
9-
"cstdarg": "cpp",
10-
"cstddef": "cpp",
11-
"cstdint": "cpp",
12-
"cstdio": "cpp",
13-
"cstdlib": "cpp",
14-
"cstring": "cpp",
15-
"cwchar": "cpp",
16-
"cwctype": "cpp",
17-
"deque": "cpp",
18-
"unordered_map": "cpp",
19-
"vector": "cpp",
20-
"exception": "cpp",
21-
"algorithm": "cpp",
22-
"functional": "cpp",
23-
"iterator": "cpp",
24-
"memory": "cpp",
25-
"memory_resource": "cpp",
26-
"numeric": "cpp",
27-
"optional": "cpp",
28-
"random": "cpp",
29-
"string": "cpp",
30-
"string_view": "cpp",
31-
"system_error": "cpp",
32-
"tuple": "cpp",
33-
"type_traits": "cpp",
34-
"utility": "cpp",
35-
"fstream": "cpp",
36-
"initializer_list": "cpp",
37-
"iosfwd": "cpp",
38-
"iostream": "cpp",
39-
"istream": "cpp",
40-
"limits": "cpp",
41-
"new": "cpp",
42-
"ostream": "cpp",
43-
"sstream": "cpp",
44-
"stdexcept": "cpp",
45-
"streambuf": "cpp",
46-
"cinttypes": "cpp",
47-
"typeinfo": "cpp",
48-
"map": "cpp"
3+
"cmath": "cpp"
494
}
505
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ And the microphone response after equalization should look like:
1212

1313
Theoretically, i.e. with factory calibrated ICS-4343x, this should get you ±1dB(A) measurement within 20Hz-20KHz range.
1414

15-
The code in this repository is mostly intended as example how you can integrate resonable noise measurement (i.e. *L*<sub>Aeq</sub>, Equivalent Continuous Sound Level) in your projects.
15+
The code in this repository is mostly intended as example how you can integrate resonable noise measurement (i.e. *L*<sub>Aeq</sub>, Equivalent Continuous Sound Level) in your projects.
1616

1717
You can find a bit more information in my [hackday.io](https://hackaday.io/project/166867-esp32-i2s-slm) project.

0 commit comments

Comments
 (0)