~ubuntu-branches/debian/experimental/arduino/experimental

« back to all changes in this revision

Viewing changes to build/shared/examples/1.Basics/BareMinimum/BareMinimum.ino

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2012-03-11 18:19:42 UTC
  • mfrom: (1.1.5) (5.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120311181942-be2clnbz1gcehixb
Tags: 1:1.0.1~rc1+dfsg-1
New upstream release, experimental.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
void setup() {
 
2
  // put your setup code here, to run once:
 
3
 
 
4
}
 
5
 
 
6
void loop() {
 
7
  // put your main code here, to run repeatedly: 
 
8
  
 
9
}