Skip to content

Commit 1bacb16

Browse files
Merge pull request #12 from follower/patch-1
Fix example includes to display in GitHub UI correctly
2 parents 67cc6c2 + 6821bea commit 1bacb16

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
@@ -35,7 +35,7 @@ There are a few pieces to the puzzle that need to fit together to make it all pl
3535

3636
You should then be able to open one of the Pinoccio examples using Open->libraries->Pinoccio->[example] and compile it. Make sure your Board is set to Pinoccio and the Port is set to your serial port.
3737

38-
You need to "#include <SPI.h>" and "#include <Wire.h>" at the top of your sketch, since the Arduino IDE does not support libraries depending on other libraries yet.
38+
You need to `#include <SPI.h>` and `#include <Wire.h>` at the top of your sketch, since the Arduino IDE does not support libraries depending on other libraries yet.
3939

4040
Toolchain
4141
=========

0 commit comments

Comments
 (0)