// PLACEHOLDER — Sensor reading code // This should: // - start Serial at the chosen baud rate in setup() // - read the analog value from the sensor pin // - print the value to the Serial Monitor in loop() // - add a short delay so the output is readable