Skip to content

Commit a0661ef

Browse files
committed
Typo correction
1 parent 4f978ef commit a0661ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ By default serial debugging is disabled. To turn it on simply change ```ENABLE_U
6666
Currently the following boards are supported by the library:
6767
6868
* All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega ADK, Leonardo etc.)
69-
* If you are using the Arduino Due, then you must include the Arduino SPI library as well like so: ```#include <SPI.h>``` to your .ino file.
69+
* If you are using the Arduino Due, then you must include the Arduino SPI library like so: ```#include <SPI.h>``` in your .ino file.
7070
* Arduino Due
7171
* Teensy (Teensy++ 1.0, Teensy 2.0, Teensy++ 2.0, and Teensy 3.x)
7272
* Note if you are using the Teensy 3.x you should download this SPI library as well: <https://github.com/xxxajk/spi4teensy3>. You should then add ```#include <spi4teensy3.h>``` to your .ino file.

0 commit comments

Comments
 (0)