Hi everyone
PLEASE HELP ME, I am pulling my hair out, and I have little to offer as it is!
I am trying to output the result of a microphone onto a seven segment display.
I have done const byte numeral[10] = {
B11111100
etc.
I also have mapped the values of the mic to a value from 0 to 9.
Now this is where it all goes pear-shaped, how do I use bitRead to get the mapped value from the mic onto the seven segment display.
Being relatively new and using the Arduino Cookbook V2, I am going to need a bit of help and explanation.
Thanks for your help and guidance in advance!!