I am trying to create a sound board that simply gets the decibles of the outside world, stores it, and prints it onto an LCD. Its for an electronics class. My class understands whats going on with the hardware, but not the code. We found 2 code snipits and are trying to figure out how we can mix them. the code is in (https://sendeyo.com/updownload/file/script/7208704a2c2935e2feaee344e72552b3.txt)
and
//github.com/Tech-Trends-Shameer/Arduino-Projects/blob/main/Display-Text-in-LCD-Display/display-text-in-lcd-display.ino
We are using aurduino uno R3, a 16x2 lcd (gleichmann ge-c1602b-tmi-jt/r) and a litlle red sound meter thingie (i dont rember its name).
I just want the lcd to display the decibles, but im having trouble geting it to work.
Thanks