Update README.md
This commit is contained in:
parent
963448be1b
commit
8140a91deb
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,13 @@
|
|||
# Attiny85 adaptation of Ian Wraith's 2.4GHz Downconverter
|
||||
|
||||
An adaption of [this](https://github.com/IanWraith/24DownConvert/blob/master/regs.h) project for the Attiny85 microcontroller.
|
||||
An adaption of [this](https://github.com/IanWraith/24DownConvert/tree/master) project for the Attiny85 microcontroller.
|
||||
|
||||
Other than the major differences in programming from the original STM32 MCU, this adaptation is functionally the same.
|
||||
|
||||
| ATTINY85 | ADF4350 | Purpose
|
||||
| -------- | ---------|---------
|
||||
| PB3 | LE | Tell sequencer when to read instructions
|
||||
| PB3 | LE | z
|
||||
| PB2 | CLK | SPI Clock
|
||||
| PB1 | DATA | SPI Data line
|
||||
| PB5 | LD | Lock Detection
|
||||
| PB5 | LD | Lock Detection
|
||||
| PB4 | | Status LED+
|
Loading…
Add table
Reference in a new issue