DEBSOURCES
Skip Quicknav
sources / arduino / 2%3A1.8.19%2Bdfsg1-3 / examples / 01.Basics / BareMinimum / BareMinimum.ino
123456789
void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: }