Update README.md
This commit is contained in:
parent
ea0faf27c5
commit
963448be1b
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -1,8 +1,10 @@
|
|||
# Attiny85 adaptation of Ian Wraith's 2.4GHz Downconverter
|
||||
|
||||
STM32 | ATTINY85 | ADF4350
|
||||
----- | -------- | -------
|
||||
PA02 | | LE
|
||||
PA05 (SPI SCK)| PB2 | CLK
|
||||
PA07 (SPI MOSI)| PB1 | DATA
|
||||
PA11 | | LD
|
||||
An adaption of [this](https://github.com/IanWraith/24DownConvert/blob/master/regs.h) project for the Attiny85 microcontroller.
|
||||
|
||||
| ATTINY85 | ADF4350 | Purpose
|
||||
| -------- | ---------|---------
|
||||
| PB3 | LE | Tell sequencer when to read instructions
|
||||
| PB2 | CLK | SPI Clock
|
||||
| PB1 | DATA | SPI Data line
|
||||
| PB5 | LD | Lock Detection
|
Loading…
Reference in a new issue