I am trying to read microphone input from my arduino. How do I send the data to the serial monitor?
Take a look at Files/Examples/Sensors/ADXL3xx in the Arduino environment. It reads an accelerometer and sends the readings to the serial terminal.
Be aware there’s some sorta cryptic stuff in there about using analog pins to power the accelerometer. You can just ignore that part of the code.