mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Fix description of pin usage
This commit is contained in:
parent
fc3a20c534
commit
2db27ecedd
1 changed files with 1 additions and 4 deletions
|
@ -20,7 +20,7 @@ Wiring: You can change this with editing config.h.
|
||||||
|
|
||||||
Pin mini DIN MCU
|
Pin mini DIN MCU
|
||||||
----------------------------------
|
----------------------------------
|
||||||
1 ~RST PD1
|
1 ~RST(TXD) PD3
|
||||||
2 GND GND
|
2 GND GND
|
||||||
3 ~RDY PD4
|
3 ~RDY PD4
|
||||||
4 RXD PD2
|
4 RXD PD2
|
||||||
|
@ -37,9 +37,6 @@ Protocol
|
||||||
Signal: Asynchronous, Positive logic, 19200baud, Least bit first
|
Signal: Asynchronous, Positive logic, 19200baud, Least bit first
|
||||||
Frame format: 1-Start bit(Lo), 8-Data bits, Odd-Parity, 1-Stop bit
|
Frame format: 1-Start bit(Lo), 8-Data bits, Odd-Parity, 1-Stop bit
|
||||||
|
|
||||||
This converter uses software method for testing purpose. AVR UART engine will work better.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Build Firmware
|
Build Firmware
|
||||||
|
|
Loading…
Reference in a new issue