code print in oneline

This commit is contained in:
Pritimay Sarkar
2023-09-08 20:48:35 +05:30
parent 4493d3e65b
commit c248aaec23
3 changed files with 842 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
# 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);