Arduino: Bare Minimum

From OnnoWiki
Revision as of 09:24, 4 December 2015 by Onnowpurbo (talk | contribs) (New page: Sumber: https://www.arduino.cc/en/Tutorial/BareMinimum ==Code== void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sumber: https://www.arduino.cc/en/Tutorial/BareMinimum


Code

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}



Referensi