mirror of
https://github.com/jrcutler/Tiny_IR_Repeater
synced 2024-12-22 00:24:29 +00:00
Minor comment cleanup
This commit is contained in:
parent
1e0e333611
commit
5450b6b1dd
14
main.c
14
main.c
@ -19,12 +19,12 @@
|
|||||||
/*
|
/*
|
||||||
* ATtiny25/45/85 connections:
|
* ATtiny25/45/85 connections:
|
||||||
*
|
*
|
||||||
* +-\/-+
|
* +-\/-+
|
||||||
* Vcc 1|o |8 Vcc
|
* Vcc 1|o |8 Vcc
|
||||||
* NC 2| |7 NC
|
* NC 2| |7 NC
|
||||||
* NC 3| |6 IR_TX
|
* NC 3| |6 IR_TX
|
||||||
* GND 4| |5 IR_RX
|
* GND 4| |5 IR_RX
|
||||||
* +----+
|
* +----+
|
||||||
*
|
*
|
||||||
* The ATtiny85 (http://www.sparkfun.com/products/9378) is generally the easiest
|
* The ATtiny85 (http://www.sparkfun.com/products/9378) is generally the easiest
|
||||||
* to find 8-pin DIP AVR.
|
* to find 8-pin DIP AVR.
|
||||||
@ -38,7 +38,7 @@
|
|||||||
* - LED Infrared 950nm (https://www.sparkfun.com/products/9349) with a 330 Ohm
|
* - LED Infrared 950nm (https://www.sparkfun.com/products/9349) with a 330 Ohm
|
||||||
* resistor
|
* resistor
|
||||||
* - Max Power IR LED Kit (http://www.sparkfun.com/products/10732)
|
* - Max Power IR LED Kit (http://www.sparkfun.com/products/10732)
|
||||||
|
*
|
||||||
* The IR Control Kit Retail (http://www.sparkfun.com/products/10783) from
|
* The IR Control Kit Retail (http://www.sparkfun.com/products/10783) from
|
||||||
* SparkFun Electronics contains everything you need to get started, other than
|
* SparkFun Electronics contains everything you need to get started, other than
|
||||||
* the ATtiny25/45/85.
|
* the ATtiny25/45/85.
|
||||||
|
Loading…
Reference in New Issue
Block a user