You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ These sketches are designed to work with the [SIK Experiment Guide](https://lear
14
14
Getting Started
15
15
---------------
16
16
17
-
1. If you haven't yet, download and install the [Arduino IDE](http://arduino.cc/en/Main/Software)
17
+
1. If you haven't yet, download and install the [Arduino IDE](http://arduino.cc/en/Main/Software).
18
18
2. Obtain the latest SIK Guide Code by one of the following methods:
19
-
* Clone this repository using Git ([New to Git? Click here.](https://help.github.com/articles/set-up-git))
20
-
* Download this repository as a [zip file](https://github.com/sparkfun/SIK-Guide-Code/archive/master.zip) and unzip.
19
+
* Clone this repository using Git ([New to Git? Click here.](https://help.github.com/articles/set-up-git))
20
+
* Download this repository as a [zip file](https://github.com/sparkfun/SIK-Guide-Code/archive/master.zip) and unzip.
21
21
3. Place the `SIK-Guide-Code-master` folder in the Arduino IDE `examples` directory:
22
-
***Windows**: Drag the `SIK-Guide-Code-master` folder into `C:\Program Files\Arduino-x\examples`
23
-
*_Note: For those that automatically installed the Arduino IDE on a Windows 64-bit computer, the Arduino program folder may be located in the "C:\Program Files (x86)..." folder._
24
-
***MacOS**: Right-click on the Arduino IDE app and click "Show Package Contents...". Drag the `SIK-Guide-Code-master` folder into `Contents/Resources/Java`
25
-
***Linux**: see [http://www.arduino.cc/playground/Learning/Linux](http://www.arduino.cc/playground/Learning/Linux)
26
-
4. Start the Arduino IDE; the examples should be visible in this menu: `File > Examples > SIK Guide Code`
22
+
***Windows**: Drag the `SIK-Guide-Code-master` folder into `C:\Program Files\Arduino-x\examples`
23
+
*_Note: For those that automatically installed the Arduino IDE on a Windows 64-bit computer, the Arduino program folder may be located in the "C:\Program Files (x86)..." folder._
24
+
***MacOS**: Right-click on the Arduino IDE app and click "Show Package Contents...". Drag the `SIK-Guide-Code-master` folder into `Contents/Resources/Java`
25
+
***Linux**: see [http://www.arduino.cc/playground/Learning/Linux](http://www.arduino.cc/playground/Learning/Linux)
26
+
4. Start the Arduino IDE; the examples should be visible in this menu. Depending on how the folder is named, it should look similar to: `File > Examples > SIK Guide Code`.
27
27
28
28
Sketch Topics
29
29
-------------
@@ -60,8 +60,9 @@ Sketch Topics
60
60
61
61
Documentation
62
62
--------------
63
-
***[How to Install CH340 Drivers](https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers)** - CH340 Drivers for the RedBoard Qwiic
64
-
***[Hookup Guide](https://learn.sparkfun.com/tutorials/sparkfun-inventors-kit-experiment-guide---v41)** - Experiment Guide for the SIK.
63
+
***[How to Install CH340 Drivers](https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers)** - CH340 Drivers for the RedBoard Qwiic.
64
+
***[Hookup Guide](https://learn.sparkfun.com/tutorials/sparkfun-inventors-kit-experiment-guide---v41)** - Online experiment guide for the SIK.
65
+
***[Printed Guidebook](https://github.com/sparkfun/SIK_Guide)** - Archives of the printed guidebook in PDF format.
0 commit comments