Skip to content

Commit 007790c

Browse files
committed
Update cheat-sheet.md
1 parent f62dc48 commit 007790c

File tree

1 file changed

+3
-1
lines changed
  • content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet

1 file changed

+3
-1
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,12 +669,14 @@ void loop() {
669669

670670
The **GIGA R1** features two separate SPI (Serial Peripheral Interface) buses, one is configured on the 6 pin header (ICSP) labelled SPI, and the other is broken out into pin connections on the board.
671671

672-
The first bus (connector), `SPI1` uses the following pins:
672+
The first bus which has a dedicated SPI header, `SPI1`, uses the following pins:
673673

674674
- (CIPO) - D89
675675
- (COPI) - D90
676676
- (SCK) - D91
677677
- (CS) - unassigned, use any free GPIO for this.
678+
679+
***Please note that the SPI header provides a 5 V pin. Make sure that the SPI device you are connecting supports an input voltage of 5 V. If you have an SPI device that supports 3.3 V only, use the `SPI5` port (see below).***
678680

679681
The second bus (header), `SPI5`, uses the following pins:
680682

0 commit comments

Comments
 (0)