Fix typo: s/then/them/
This commit is contained in:
parent
1d5c8380b1
commit
de01550e7e
8 changed files with 12 additions and 12 deletions
|
@ -133,7 +133,7 @@ SPI
|
|||
|
||||
SPI0 is available on the Arduino compatible SPI connector (but no SPI is
|
||||
available on pins D10-D13 of the main Arduino Shield connectors where
|
||||
you might expect then). The SPI connector is configured as follows:
|
||||
you might expect them). The SPI connector is configured as follows:
|
||||
|
||||
Pin Board Signal SAM3X Pin Board Signal SAM3X
|
||||
--- ------------ ----- --- ------------ -----
|
||||
|
@ -165,7 +165,7 @@ I2C
|
|||
===
|
||||
|
||||
I2C0 is available on pins D16-D17 of the Arduino Shield connectors where
|
||||
you would expect then. The SPI connector is configured as follows:
|
||||
you would expect them. The SPI connector is configured as follows:
|
||||
|
||||
Pin Label J1 Board Signal SAM3X
|
||||
--- ----- -- ------------ -----
|
||||
|
|
|
@ -256,7 +256,7 @@
|
|||
*
|
||||
* SPI0 is available on the Arduino compatible SPI connector (but no SPI is
|
||||
* available on pins D10-D13 of the main Arduino Shield connectors where
|
||||
* you might expect then). The SPI connector is configured as follows:
|
||||
* you might expect them). The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin Board Signal SAM3X Pin Board Signal SAM3X
|
||||
* --- ------------ ----- --- ------------ -----
|
||||
|
@ -295,7 +295,7 @@
|
|||
/* I2C (aka TWI):
|
||||
*
|
||||
* I2C0 is available on pins D16-D17 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin Label J1 Board Signal SAM3X
|
||||
* --- ----- -- ------------ -----
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
*
|
||||
* SPI0 is available on the Arduino compatible SPI connector (but no SPI is
|
||||
* available on pins D10-D13 of the main Arduino Shield connectors where
|
||||
* you might expect then). The SPI connector is configured as follows:
|
||||
* you might expect them). The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin Board Signal SAM3X Pin Board Signal SAM3X
|
||||
* --- ------------ ----- --- ------------ -----
|
||||
|
|
|
@ -235,7 +235,7 @@
|
|||
/* SPI **********************************************************************/
|
||||
|
||||
/* SPI1 is available on pins D5,D7,D35,D36 of the Arduino Shield connectors
|
||||
* where you would expect then. The SPI connector is configured as follows:
|
||||
* where you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J7&10 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
@ -245,7 +245,7 @@
|
|||
* D7 15 SPI1_SS RE9
|
||||
*
|
||||
* SPI2 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J7&10 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
/* SPI Chip Selects
|
||||
*
|
||||
* SPI1 is available on pins D5,D7,D35,D36 of the Arduino Shield connectors
|
||||
* where you would expect then. The SPI connector is configured as follows:
|
||||
* where you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J7&10 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
@ -82,7 +82,7 @@
|
|||
#define GPIO_ARD_SPI1_CS (GPIO_OUTPUT | GPIO_VALUE_ONE | GPIO_PORTE | GPIO_PIN9)
|
||||
|
||||
/* SPI2 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J7&10 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
|
|
@ -236,7 +236,7 @@ SPI
|
|||
===
|
||||
|
||||
SPI3 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
you would expect then. The SPI connector is configured as follows:
|
||||
you would expect them. The SPI connector is configured as follows:
|
||||
|
||||
Pin J1 Board Signal PIC32MZ
|
||||
--- -- ------------ -------
|
||||
|
|
|
@ -303,7 +303,7 @@
|
|||
/* SPI **********************************************************************/
|
||||
|
||||
/* SPI3 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J1 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
/* SPI Chip Selects
|
||||
*
|
||||
* SPI3 is available on pins D10-D13 of the Arduino Shield connectors where
|
||||
* you would expect then. The SPI connector is configured as follows:
|
||||
* you would expect them. The SPI connector is configured as follows:
|
||||
*
|
||||
* Pin J1 Board Signal PIC32MZ
|
||||
* --- -- ------------ -------
|
||||
|
|
Loading…
Reference in a new issue