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
|
# Attiny85 adaptation of Ian Wraith's 2.4GHz Downconverter
|
||||||
|
|
||||||
STM32 | ATTINY85 | ADF4350
|
An adaption of [this](https://github.com/IanWraith/24DownConvert/blob/master/regs.h) project for the Attiny85 microcontroller.
|
||||||
----- | -------- | -------
|
|
||||||
PA02 | | LE
|
| ATTINY85 | ADF4350 | Purpose
|
||||||
PA05 (SPI SCK)| PB2 | CLK
|
| -------- | ---------|---------
|
||||||
PA07 (SPI MOSI)| PB1 | DATA
|
| PB3 | LE | Tell sequencer when to read instructions
|
||||||
PA11 | | LD
|
| PB2 | CLK | SPI Clock
|
||||||
|
| PB1 | DATA | SPI Data line
|
||||||
|
| PB5 | LD | Lock Detection
|
Loading…
Reference in a new issue