/Modules/AVR/AVRUSB01A/SW/fw_i2c_tiny_usb/!____!.txt
4,22 → 4,11
 
- original firmare from http://www.harbaum.org/till/i2c_tiny_usb/i2c_tiny_usb-2009-02-10.zip
 
- the original package contains drivers as well
 
- the code itself has to be modifyied so that it vas possible to reconfigure IO pins for
different hardware (minor changes in main function and in header file, new file config.h)
 
 
 
 
-------
 
 
- the original package contains drivers as well, please use them
 
- hardware supports Green LED (always on)
- hardware supports Red LED (busy indicator)
- hardware supports jumper for slowing down SPI clocks (just install jumper on J6 to position RX-GND)
 
- the code itself has to be modifyied so that it vas possible to reconfigure IO pins for
different hardware (minor changes in main function and in header file)
- make process was automated so that "make all" creates all configuraed target binaries
(for ATmega8 and ATmega88)
 
36,4 → 25,3
ISP_SCK PB5
GreenLED PC1 (active L)
RedLedLED PC0 (active L)
Slow SPI CLK PD0 (to GND)
/Modules/AVR/AVRUSB01A/SW/fw_usbasp/!____!.txt
11,7 → 11,7
 
- the code itself has to be modifyied so that it vas possible to reconfigure IO pins for
different hardware (minor changes in main function and in header file)
- make process was automated so that "make all" creates all configuraed target binaries
- make process was automated so that "make all" creates all configured target binaries
(for ATmega8 and ATmega88)
 
- binary files for MLAB hardware is in bin directory