Room echo calculator

Dependencies:   Adafruit-GFX-MbedOS6 Adafruit_SSD1331_MbedOS6

Committer:
timo_k2
Date:
Wed Oct 07 13:04:40 2020 +0000
Revision:
0:33edf726559b
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
timo_k2 0:33edf726559b 1 Exercises for Sensors. Versions for
timo_k2 0:33edf726559b 2 ST NUCLEO L432KC with Digilent Pmod MIC3 microphone module.
timo_k2 0:33edf726559b 3 The ADC7476 integrated circuit is used
timo_k2 0:33edf726559b 4 for converting thermocouple voltage into output in the
timo_k2 0:33edf726559b 5 SPI interface. Based on documentation
timo_k2 0:33edf726559b 6 Digilent Pmod MIC3
timo_k2 0:33edf726559b 7 mod MIC3
timo_k2 0:33edf726559b 8 https://reference.digilentinc.com/reference/pmod/pmodmic3/start
timo_k2 0:33edf726559b 9 ADC7476
timo_k2 0:33edf726559b 10 https://www.ti.com/lit/ds/symlink/adcs7476.pdf
timo_k2 0:33edf726559b 11 Shift operator in c++
timo_k2 0:33edf726559b 12 https://en.cppreference.com/w/cpp/algorithm/shift
timo_k2 0:33edf726559b 13 SPI in Mbed OS
timo_k2 0:33edf726559b 14 https://os.mbed.com/docs/mbed-os/v6.3/apis/spi.html
timo_k2 0:33edf726559b 15 Timo Karppinen 7.10. 2020 Apache-2.0