@@ -51,6 +51,8 @@ For the scope of this tutorial, we will use right angle, male headers. Insert th
5151 </th>
5252 <th style="text-align: center; border: solid 1px #cccccc;"> SAMD21 Pinout<br />(i.e. RedBoard Turbo, SAMD21 Mini, etc.)
5353 </th>
54+ <th style="text-align: center; border: solid 1px #cccccc;"> Teensy Pinout<br />(i.e. Teensy v3.1, v3.5, v4.0, v4.1, etc.)
55+ </th>
5456 <th style="text-align: center; border: solid 1px #cccccc;"> SAMD51 Pinout<br />(i.e. SAMD51 Thing Plus, etc.)
5557 </th>
5658 </tr>
@@ -61,6 +63,8 @@ For the scope of this tutorial, we will use right angle, male headers. Insert th
6163 </td>
6264 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#DDDDDD"><font color="#000000">GND</font>
6365 </td>
66+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#DDDDDD"><font color="#000000">GND</font>
67+ </td>
6468 </tr>
6569 <tr>
6670 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#cce5ff"><font color="#000000">OUT</font>
@@ -69,11 +73,15 @@ For the scope of this tutorial, we will use right angle, male headers. Insert th
6973 </td>
7074 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#cce5ff"><font color="#000000">A1</font>
7175 </td>
76+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#cce5ff"><font color="#000000">A1</font>
77+ </td>
7278 </tr>
7379 <tr>
7480 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#fff3cd"><font color="#000000">SCK</font>
7581 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#fff3cd"><font color="#000000">13</font>
7682 </td>
83+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#fff3cd"><font color="#000000">13</font>
84+ </td>
7785 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#fff3cd"><font color="#000000">24</font>
7886 </td>
7987 </tr>
@@ -82,6 +90,8 @@ For the scope of this tutorial, we will use right angle, male headers. Insert th
8290 </td>
8391 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#d4edda"><font color="#000000">12</font>
8492 </td>
93+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#d4edda"><font color="#000000">12</font>
94+ </td>
8595 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#d4edda"><font color="#000000">22</font>
8696 </td>
8797 </tr>
@@ -92,12 +102,16 @@ For the scope of this tutorial, we will use right angle, male headers. Insert th
92102 </td>
93103 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#f2dede"><font color="#000000">10</font>
94104 </td>
105+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#f2dede"><font color="#000000">10</font>
106+ </td>
95107 </tr>
96108 <tr>
97109 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#ffffff"><font color="#000000">CLR</font>
98110 </td>
99111 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#ffffff"><font color="#000000">8</font>
100112 </td>
113+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#ffffff"><font color="#000000">8</font>
114+ </td>
101115 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#ffffff"><font color="#000000">5</font>
102116 </td>
103117 </tr>
@@ -108,18 +122,25 @@ For the scope of this tutorial, we will use right angle, male headers. Insert th
108122 </td>
109123 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#ffdaaf"><font color="#000000">9</font>
110124 </td>
125+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#ffdaaf"><font color="#000000">9</font>
126+ </td>
111127 </tr>
112128 <tr>
113- <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#f2dede"><font color="#000000">3V3 </font>
129+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#f2dede"><font color="#000000">3.3V </font>
114130 </td>
115131 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#f2dede"><font color="#000000">3V3</font>
116132 </td>
133+ <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#f2dede"><font color="#000000">3.3V</font>
134+ </td>
117135 <td style="text-align: center; border: solid 1px #cccccc;" bgcolor="#f2dede"><font color="#000000">3V3</font>
118136 </td>
119137 </tr>
120138 </table>
121139</div >
122140
141+ !!! note
142+ If you are using a development board with [ updated SPI terminology] ( https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/receiving-data ) , MISO may be labeled as POCI.
143+
123144We will be using the RedBoard Turbo with female headers already installed on the board. For users that are using a different board, now would be a good time to solder headers or wires to the board. Below is an example with female headers soldered on the SAMD51 Thing Plus. Additionally, there are stackable headers soldered on the SAMD21 Mini Breakout so that the board can be inserted into a breadboard.
124145
125146<div style =" text-align : center ;" >
0 commit comments