Skip to content

Commit f61ce4e

Browse files
committed
Small doc fixes
1 parent 3699d6b commit f61ce4e

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

boards/Jolt.js.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ Jolt.js comes with a 10 pin screw terminal block on one side. On it are the high
196196
Information
197197
-----------
198198

199-
<!-- FIXME ![Jolt.js](Joltjs/board.jpg) -->
200-
201199
* There's an [API reference here](https://espruino.com/ReferenceJOLTJS)
202200
* [Circuit Diagram - coming soon]()
203201
* [Board Layout - coming soon]()

boards/Smartibot.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,13 @@ Tutorials
158158

159159
First, it's best to check out the [Getting Started Guide](/Quick+Start+BLE#smartibot)
160160

161-
* APPEND_USES: Smartibot
162-
163161
Tutorials using just Bluetooth LE:
164162

165-
* APPEND_USES: Only BLE,-Smartibot
163+
* APPEND_USES: Only BLE
166164

167165
Tutorials using Bluetooth LE and functionality that may not be part of Smartibot:
168166

169-
* APPEND_USES: BLE,-Only BLE,-Smartibot
167+
* APPEND_USES: BLE,-Only BLE
170168

171169

172170
Firmware Updates

devices/INA226.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Reference
8181
Using
8282
-----
8383

84-
* APPEND_USES: INA219
84+
* APPEND_USES: INA226
8585

8686
Buying
8787
-----

devices/Stepper Motors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Stepper Motors
55
<span style="color:red">:warning: **Please view the correctly rendered version of this page at https://www.espruino.com/Stepper+Motors. Links, lists, videos, search, and other features will not work correctly when viewed on GitHub** :warning:</span>
66

77
* KEYWORDS: Stepper,Motor,Steppermotor,Stepper motor
8+
* USES: ULN2003
89

910
[Stepper motors](http://en.wikipedia.org/wiki/Stepper_motor) generally come in two types, [Unipolar](http://en.wikipedia.org/wiki/Stepper_motor#Unipolar_motors) with 5 or 6 wires, and [Bipolar](http://en.wikipedia.org/wiki/Stepper_motor#Bipolar_motor) with 4 wires.
1011

examples/Pixl.js BLE Ethernet Bridge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pixl.js Bluetooth to Ethernet MQTT Bridge
33
=========================================
44
55
* KEYWORDS: Bridge,IoT,MQTT
6-
* USES: Pixl.js,BLE,Only BLE,Ethernet,W5100,MQTT,arduino-5100
6+
* USES: Pixl.js,BLE,Only BLE,Ethernet,W5100,MQTT,arduino-w5100
77
88
![Pixl.js BLE Ethernet Bridge](Pixl.js BLE Ethernet Bridge.jpg)
99

0 commit comments

Comments
 (0)