Insert kitronik servo guide link (#1923)

* Insert kitronik servo guide link

* Del leading space
This commit is contained in:
Galen Nickel 2019-03-15 13:47:47 -07:00 committed by GitHub
parent 847545ec5f
commit be617f6100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View File

@ -10,6 +10,12 @@ If you are conducting a class or group activity, you should consider preparing a
The @boardname@ provides just enough current to operate the SG90 microservo. This servo requires 3 connections: **GND**, **3V** and a logic **pin**. In this tutorial, we will equip the servo with crocodile clips to make it easier to use. However, you could also use a shield or crocodile clips with a male connector on one end to achieve the same result. The @boardname@ provides just enough current to operate the SG90 microservo. This servo requires 3 connections: **GND**, **3V** and a logic **pin**. In this tutorial, we will equip the servo with crocodile clips to make it easier to use. However, you could also use a shield or crocodile clips with a male connector on one end to achieve the same result.
### ~ hint
To better understand how servos work and how they are controlled, take a few minutes to read this [Brief Guide to Servos](https://www.kitronik.co.uk/pdf/a-brief-guide-to-servos.pdf).
### ~
## The easy way: Alligator/Crocodile Clip to Male Jumpers #hintconnection ## The easy way: Alligator/Crocodile Clip to Male Jumpers #hintconnection
The easiest way to connect a servo to the @boardname@ is to use cables with an **Alligator/Crocodile clip** on one end The easiest way to connect a servo to the @boardname@ is to use cables with an **Alligator/Crocodile clip** on one end

View File

@ -24,3 +24,7 @@ basic.forever(() => {
}) })
pins.servoWritePin(AnalogPin.P0, angle) pins.servoWritePin(AnalogPin.P0, angle)
``` ```
## See also
[Brief Guide to Servos](https://www.kitronik.co.uk/pdf/a-brief-guide-to-servos.pdf)

View File

@ -27,3 +27,6 @@ pins.servoSetPulse(AnalogPin.P0, 1000)
[analog read pin](/reference/pins/analog-read-pin), [analog read pin](/reference/pins/analog-read-pin),
[digital read pin](/reference/pins/digital-read-pin), [digital read pin](/reference/pins/digital-read-pin),
[digital write pin](/reference/pins/digital-write-pin) [digital write pin](/reference/pins/digital-write-pin)
[Brief Guide to Servos](https://www.kitronik.co.uk/pdf/a-brief-guide-to-servos.pdf)

View File

@ -46,3 +46,4 @@ pins.servoWritePin(AnalogPin.P0, 0)
[@boardname@ pins](/device/pins), [servo set pulse](/reference/pins/servo-set-pulse) [@boardname@ pins](/device/pins), [servo set pulse](/reference/pins/servo-set-pulse)
[Brief Guide to Servos](https://www.kitronik.co.uk/pdf/a-brief-guide-to-servos.pdf)