diff options
| author | Sudar <sudar@sudarmuthu.com> | 2015-03-28 19:37:49 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2015-03-28 19:37:49 +0530 |
| commit | 6f326e6e2625fb66f77891117647b37144e97714 (patch) | |
| tree | ccc5bd61562a6961ab95eb2aaefc5207a4fde855 /examples/BlinkNetworkRPi/ATtinyBlink.ino | |
| parent | d9176a0a64054b5d12a5d625c6b386bf3840a68f (diff) | |
Whitespace fixes in examples
Diffstat (limited to 'examples/BlinkNetworkRPi/ATtinyBlink.ino')
| -rw-r--r-- | examples/BlinkNetworkRPi/ATtinyBlink.ino | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/BlinkNetworkRPi/ATtinyBlink.ino b/examples/BlinkNetworkRPi/ATtinyBlink.ino index 1d1566d..6e3c27d 100644 --- a/examples/BlinkNetworkRPi/ATtinyBlink.ino +++ b/examples/BlinkNetworkRPi/ATtinyBlink.ino @@ -1,17 +1,17 @@ /* Blink Turns on an LED on for one second, then off for one second, repeatedly. - + This example code is in the public domain. */ - + // Connect a LED to Pin 3. It might be different in different ATtiny micro controllers int led = 3; // the setup routine runs once when you press reset: -void setup() { +void setup() { // initialize the digital pin as an output. - pinMode(led, OUTPUT); + pinMode(led, OUTPUT); } // the loop routine runs over and over again forever: |
