From 5450b6b1dd7019caead1b7f51f46580a752db549 Mon Sep 17 00:00:00 2001 From: "Justin R. Cutler" Date: Mon, 24 Dec 2012 14:40:04 -0800 Subject: [PATCH] Minor comment cleanup --- main.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.c b/main.c index d600cc8..5902b0d 100644 --- a/main.c +++ b/main.c @@ -19,12 +19,12 @@ /* * ATtiny25/45/85 connections: * - * +-\/-+ - * Vcc 1|o |8 Vcc - * NC 2| |7 NC - * NC 3| |6 IR_TX - * GND 4| |5 IR_RX - * +----+ + * +-\/-+ + * Vcc 1|o |8 Vcc + * NC 2| |7 NC + * NC 3| |6 IR_TX + * GND 4| |5 IR_RX + * +----+ * * The ATtiny85 (http://www.sparkfun.com/products/9378) is generally the easiest * to find 8-pin DIP AVR. @@ -38,7 +38,7 @@ * - LED Infrared 950nm (https://www.sparkfun.com/products/9349) with a 330 Ohm * resistor * - Max Power IR LED Kit (http://www.sparkfun.com/products/10732) - + * * The IR Control Kit Retail (http://www.sparkfun.com/products/10783) from * SparkFun Electronics contains everything you need to get started, other than * the ATtiny25/45/85.