//NO READING
Serial.println(avg_sensor_val);
if (avg_sensor_val < max_thresh) {
Serial.println("Hand is too far away; please move closer to sensors.");
beginPrint = false;
//PRINT FORTUNE
} else {
const char* fortune = result.classification[line_length_band].label;
Click to Expand
Content Rating
Is this a good/useful/informative piece of content to include in the project? Have your say!
You must login before you can post a comment. .