Files
hpos-hardware/README.md

9 lines
267 B
Markdown
Raw Normal View History

2023-08-08 12:10:47 +05:30
# hops-firmware
2023-08-05 05:44:37 +00:00
2023-08-16 11:28:23 +05:30
Repo for all things related to hardware
2023-09-08 20:48:35 +05:30
# 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);