diff --git a/images/hobgoblin-helloworld-touch.png b/images/hobgoblin-helloworld-touch.png new file mode 100644 index 00000000..8be7231e Binary files /dev/null and b/images/hobgoblin-helloworld-touch.png differ diff --git a/tutorials/hobgoblin-setup.md b/tutorials/hobgoblin-setup.md index a5b1a990..b19b83dd 100644 --- a/tutorials/hobgoblin-setup.md +++ b/tutorials/hobgoblin-setup.md @@ -21,13 +21,16 @@ The [Harp Hobgoblin](https://github.com/harp-tech/device.hobgoblin) is a simple ## Testing the device +![Hobgoblin Touch](../images/hobgoblin-helloworld-touch.png){width=400} +*Hobgoblin wiring diagram for touch sensor* + :::workflow ![Hobgoblin Hello World](~/workflows/hobgoblin-helloworld.bonsai) ::: -- Connect a push button to analog input channel `0` (`GP26`) on the `Hobgoblin`. +- Connect a touch sensor to analog input channel `0` (`GP26`) on the `Hobgoblin`. - Set the `PortName` property of the [`Hobgoblin`](xref:Harp.Hobgoblin.Device) operator to the communications port of the `Hobgoblin` (e.g. COM7). -- Run the workflow and double-click the output of `AnalogInput0`. The value should change when the push button is pressed. +- Run the workflow and double-click the output of `AnalogInput0`. The value should change when the touch sensor is pressed. ## Installing harp-python