YARPF

Raspberry Pi Logo YetAnotherRaspberryPiFanpage

1 - Serial Hola

Code

void setup() {
  Serial.begin(9600);
}

void loop() {
 
  Serial.println("Hello world!");
  
  while (true) {
  }
}

Comments ?

blog comments powered by Disqus