How do I convert an int, n, to a string so that when I send it over the serial, it is sent as a string?
n
This is what I have so far:
int ledP
Serial.println(val) Serial.println(val, format)
for more you can visit to the site of arduino https://www.arduino.cc/en/Serial/Println
wish this will help you. thanks!