fix content to reflect filename changes
authordaniel watson <ozzloy@gmail.com>
Fri, 13 Jun 2014 18:42:08 +0000 (11:42 -0700)
committerdaniel watson <ozzloy@gmail.com>
Fri, 13 Jun 2014 18:42:08 +0000 (11:42 -0700)
build-stages/a_serial/README
build-stages/a_serial/a_serial.ino

index 2f0c5805c14bf06c8a30bfd8fa3b16dbd545cae8..d6ade53154c08933e8eda68a2ea1b93bda086a2d 100644 (file)
@@ -1,7 +1,7 @@
 (how to use this
  (connect your robot to your computer via usb cable)
  (open arduino ide)
 (how to use this
  (connect your robot to your computer via usb cable)
  (open arduino ide)
- (in arduino ide, open serial.ino)
+ (in arduino ide, open a_serial.ino)
  (hit the upload button)
  (hit control+shift+m,
   or go to the menu item tools, and down to serial monitor)
  (hit the upload button)
  (hit control+shift+m,
   or go to the menu item tools, and down to serial monitor)
index 420fc32e0b74b326791e9b00576a47f26c939e1f..2fd73082b911b0e493b5caf2d5d1d6961ca754a3 100644 (file)
@@ -13,8 +13,8 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-void setup(){
+void setup() {
   Serial.begin(9600);
   Serial.begin(9600);
-  Serial.println("hello computer!");}
+  Serial.println("hello computer!"); }
 
 
-void loop(){}
+void loop() {}