Hi guys, So, we are making a project where we use 3 UV sensors. We want to get the readings of 3 sensors connected together but we want the serial monitor to show only the readings of the highest intensity of the sensors. So whenever one of the sensor is been directed towards the sun we want only that sensor's readings to show up. And we are not sure how to make the 3 sensors all in one code Thanks!
This is the original code of one sensor
//Hardware pin definitions
int UVOUT = A0; //Output from the sensor
int REF_3V3 = A1; //3.3V power on the Arduino board
void setup()
{
Serial.