1
0
Fork 0
This repository has been archived on 2019-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arduinisten/arduino-0022-linux-x64/examples/1.Basics/BareMinimum/BareMinimum.pde

10 lines
132 B
Text
Raw Normal View History

2011-02-23 21:47:18 +01:00
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}