Hello team,
I want to read timestamp from arduino and send using redbearble shield to an App.
Please help me sharing reference example.
Hello team,
I want to read timestamp from arduino and send using redbearble shield to an App.
Please help me sharing reference example.
unsigned long Timestamp = millis()
Serial.print(Timestamp);