88// Copyright 2018, 2019 Greg M. Krsak <greg.krsak@gmail.com>
99//
1010// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
11- // associated documentation files (the "Software"), to deal in the Software without restriction,
12- // including without limitation the rights to use, copy, modify, merge, publish, distribute,
13- // sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
11+ // associated documentation files (the "Software"), to deal in the Software without restriction,
12+ // including without limitation the rights to use, copy, modify, merge, publish, distribute,
13+ // sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1414// furnished to do so, subject to the following conditions:
1515//
16- // The above copyright notice and this permission notice shall be included in all copies or
16+ // The above copyright notice and this permission notice shall be included in all copies or
1717// substantial portions of the Software.
1818//
1919// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
20- // NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21- // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
22- // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+ // NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+ // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
22+ // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2323// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2424//
2525
@@ -40,10 +40,10 @@ ArduinoProtoThread *protoThread;
4040// ////////////////////////////////////////////////////////////////////////////////////////////////
4141void setup ()
4242{
43- // Initialize hardware
43+ // Initialize hardware
4444 pinMode (OUTPUT_PIN_LED , OUTPUT );
4545 digitalWrite (OUTPUT_PIN_LED , LOW );
46-
46+
4747 // Initialize protothreads
4848 protoThread = new ArduinoProtoThread ();
4949 protoThread->setExecutionIntervalTo (500 );
0 commit comments