Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Update README.md and use allman astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
khoih-prog committed Nov 25, 2022
1 parent 49bc835 commit c81c4f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,9 @@ To know the default CS/SS pins of not listed boards, check the related `variant.
4. For **Arduino SAM DUE**, use the SPI's pin as follows:

- SS/CS = 10
- SPI_MOSI = 75 ( pin 4 @ [ICSP connector](pics/ICSP_connector.jpg) )
- SPI_MISO = 74 ( pin 1 @ [ICSP connector](pics/ICSP_connector.jpg) )
- SPI_SCK = 76 ( pin 3 @ [ICSP connector](pics/ICSP_connector.jpg) )
- SPI_MOSI = 75 ( pin 4 @ `ICSP connector` )
- SPI_MISO = 74 ( pin 1 @ `ICSP connector` )
- SPI_SCK = 76 ( pin 3 @ `ICSP connector` )

<p align="center">
<img src="https://github.com/khoih-prog/SinricPro_Generic/raw/master/pics/ICSP_connector.jpg">
Expand Down

0 comments on commit c81c4f0

Please sign in to comment.