X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=build-stages%2Fa_serial%2Fa_serial.ino;fp=build-stages%2Fa_serial%2Fa_serial.ino;h=420fc32e0b74b326791e9b00576a47f26c939e1f;hb=88c50c0cfc5e067de79c958ba8f834f5049cb723;hp=0000000000000000000000000000000000000000;hpb=790037ce816d4a01a78666fd597a71f1f51bb190;p=challenge-bot diff --git a/build-stages/a_serial/a_serial.ino b/build-stages/a_serial/a_serial.ino new file mode 100644 index 0000000..420fc32 --- /dev/null +++ b/build-stages/a_serial/a_serial.ino @@ -0,0 +1,20 @@ +/* + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of + the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ + +void setup(){ + Serial.begin(9600); + Serial.println("hello computer!");} + +void loop(){}