Arduino_STM32/examples/Stubs/HelloWorld/HelloWorld.ino

8 lines
74 B
C++

void setup() {
}
void loop() {
SerialUSB.println("Hello World!");
}