Please visit my new address: https://coxxect.blogspot.com/
void setup() { //Setup Serial Port with baud rate of 115200 Serial.begin(115200); print("Hello World!"); } void loop() { } void print(String s){ Serial.print(s); }
No comments:
Post a Comment