hops-firmware

Repo for all things related to hardware

print in same line

String result = "RESULT SN HCV1008 " + String(avg_greenB) + " " + String(avg_blueB) + " " + String(avg_greenS) + " " + String(avg_blueS) + " " + "REND";
  Serial.println(result);
Description
No description provided
Readme 111 KiB
Languages
C++ 100%