mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 07:24:58 +02:00
README: explain directory placement and avrdude.conf entry
This commit is contained in:
parent
3c4855deff
commit
2a5b6d4c0b
36
README
Normal file
36
README
Normal file
@ -0,0 +1,36 @@
|
||||
Antorcha - A LED-based signal device
|
||||
====================================
|
||||
|
||||
...
|
||||
|
||||
|
||||
Directory placement
|
||||
-------------------
|
||||
|
||||
Antorcha makes extensive use of libraries and header of the ben-wpan
|
||||
project. For this, the top-level directory of the ben-wpan project must
|
||||
be in the same directory as the top-level directory of Antorcha. E.g.,
|
||||
|
||||
/home/qi/ben-wpan/
|
||||
/home/qi/antorcha/
|
||||
|
||||
|
||||
/etc/avrdude.conf entry
|
||||
-----------------------
|
||||
|
||||
Antorcha uses the atusb programming adapter from the ben-wpan project.
|
||||
Since the pin positions of MISO and MOSI are swapped between ATmega32U2
|
||||
and the ATmega168, the following entry is needed in avrdude.conf (which
|
||||
is the same as the entry for nanonote_atusb except that the pin numbers
|
||||
for mosi and miso are swapped):
|
||||
|
||||
programmer
|
||||
id = "nanonote_antorcha";
|
||||
desc = "NanoNote 8:10 card adapter for ATUSB";
|
||||
type = nanonote;
|
||||
reset = 1;
|
||||
sck = 8;
|
||||
mosi = 6;
|
||||
miso = 7;
|
||||
pgmled = 2;
|
||||
;
|
Loading…
Reference in New Issue
Block a user