Updated pinout in readme

I have updated the readme file with the new requested pinout. It will
output a byte of data through leds via 8 differnt pins.
This commit is contained in:
Jake Goodwin 2024-08-24 09:03:20 -07:00
parent 0037bb3d9b
commit 624b57e56a
1 changed files with 9 additions and 16 deletions

View File

@ -12,16 +12,16 @@ make and break time of a relay.
1. VDD(+5v) 1. VDD(+5v)
2. PA4(SW2/BREAK) 2. PA4(SW2/BREAK)
3. PA5(SW1/MAKE) 3. PA5(SW1/MAKE)
4. PA6(NC) 4. PA6(BIT7)
5. PA7(RELAY_OUT) 5. PA7(RELAY_OUT)
6. PB3(RX) 6. PB3(BIT6)
7. PB2(TX) 7. PB2(BIT5)
8. PB1(NC) 8. PB1(BIT4)
9. PB0(NC) 9. PB0(BIT3)
10. RST(NC) 10. RST(NC)
11. PA1(EN) 11. PA1(BIT2)
12. PA2(NC) 12. PA2(BIT1)
13. PA3(NC) 13. PA3(BIT0)
14. VSS(GND) 14. VSS(GND)
*key* *key*
@ -29,7 +29,7 @@ NC:: Not Connected
PBX:: Port B pin X PBX:: Port B pin X
PAX:: Port A pin X PAX:: Port A pin X
RST:: Reset pin RST:: Reset pin
BIT:: A bit place out of a byte of data for output
## Project Layout ## Project Layout
@ -103,10 +103,3 @@ The command runs the otto script which automates parts of the development cycle
such as running and building tests, compiling hex files and flashing the code such as running and building tests, compiling hex files and flashing the code
to a micro-controller using arvdude. to a micro-controller using arvdude.
## Roadmap
Some stuff that still needs done.
- [ ] Write Unit Tests for Serial Comunications.
- [ ] Write Unit Tests for Timer/Counter (10Khz)