From eb26287101b8fc130eefda4ad03f5035ee76804c Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Wed, 14 Oct 2015 15:16:56 +0100 Subject: [PATCH] Update skywriter-hat.md --- src/en-GB/overlay/skywriter-hat.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/en-GB/overlay/skywriter-hat.md b/src/en-GB/overlay/skywriter-hat.md index 231ccea..f6f3e7d 100644 --- a/src/en-GB/overlay/skywriter-hat.md +++ b/src/en-GB/overlay/skywriter-hat.md @@ -6,6 +6,15 @@ url: https://github.com/pimoroni/skywriter-hat github: https://github.com/pimoroni/skywriter-hat buy: http://shop.pimoroni.com/products/skywriter-hat description: A 3D positional and gesture sensor. +install: + 'apt': + - 'python-smbus' + - 'python3-smbus' + - 'python-dev' + - 'python3-dev' + 'python': + - 'skywriter' + 'examples': 'python/examples/' pincount: 40 pin: '3': @@ -22,4 +31,4 @@ pin: Skywriter HAT senses your finger's position above it in 3 dimensions, outputting an X, Y, Z axis which you can use in your Python scripts. -It also recognises gestures, including swipes and more. \ No newline at end of file +It also recognises gestures, including swipes and more.