diff --git a/src/fr-FR/overlay/display-o-tron.md b/src/fr-FR/overlay/display-o-tron.md index 236f958..b0fbac9 100644 --- a/src/fr-FR/overlay/display-o-tron.md +++ b/src/fr-FR/overlay/display-o-tron.md @@ -2,8 +2,21 @@ --- name: Display-o-Tron 3000 manufacturer: Pimoroni +github: https://github.com/pimoroni/dot3k url: https://github.com/pimoroni/dot3k description: A 3-line character LCD with an RGB backlight and joystick +install: + 'devices': + - 'i2c' + - 'spi' + 'apt': + - 'python-smbus' + - 'python3-smbus' + - 'python-dev' + - 'python3-dev' + 'python': + - 'dot3k' + 'examples': 'python/examples/' pincount: 40 pin: 3: diff --git a/src/fr-FR/overlay/explorer-hat-pro.md b/src/fr-FR/overlay/explorer-hat-pro.md index 78cca3d..b233bce 100644 --- a/src/fr-FR/overlay/explorer-hat-pro.md +++ b/src/fr-FR/overlay/explorer-hat-pro.md @@ -6,6 +6,15 @@ url: https://github.com/pimoroni/explorer-hat github: https://github.com/pimoroni/explorer-hat buy: http://shop.pimoroni.com/products/explorer-hat description: An all-in-one light, input, motor, touch and output add-on board. +install: + 'apt': + - 'python-smbus' + - 'python3-smbus' + - 'python-dev' + - 'python3-dev' + 'python': + - 'explorerhat' + 'examples': 'examples/' pincount: 40 i2c: '0x28': @@ -103,4 +112,4 @@ Then import it into your Python script and start tinkering: ```bash import explorerhat explorerhat.light.on() -``` \ No newline at end of file +``` diff --git a/src/fr-FR/overlay/explorer-hat.md b/src/fr-FR/overlay/explorer-hat.md index 60a09a1..5669293 100644 --- a/src/fr-FR/overlay/explorer-hat.md +++ b/src/fr-FR/overlay/explorer-hat.md @@ -6,6 +6,19 @@ url: https://github.com/pimoroni/explorer-hat github: https://github.com/pimoroni/explorer-hat buy: http://shop.pimoroni.com/products/explorer-hat description: An all-in-one light, input, touch and output add-on board. +install: + 'devices': + - 'i2c' + 'apt': + - 'python-smbus' + - 'python3-smbus' + - 'python-dev' + - 'python3-dev' + 'python': + - 'explorerhat' + 'python3': + - 'explorerhat' + 'examples': 'examples/' pincount: 40 pin: '7': @@ -71,4 +84,4 @@ Then import it into your Python script and start tinkering: ```bash import explorerhat explorerhat.light.on() -``` \ No newline at end of file +``` diff --git a/src/fr-FR/overlay/skywriter-hat.md b/src/fr-FR/overlay/skywriter-hat.md index 231ccea..f6f3e7d 100644 --- a/src/fr-FR/overlay/skywriter-hat.md +++ b/src/fr-FR/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. diff --git a/src/fr-FR/overlay/unicorn-hat.md b/src/fr-FR/overlay/unicorn-hat.md index 1fd7d94..c3c4013 100644 --- a/src/fr-FR/overlay/unicorn-hat.md +++ b/src/fr-FR/overlay/unicorn-hat.md @@ -6,6 +6,15 @@ url: http://shop.pimoroni.com/products/unicorn-hat buy: http://shop.pimoroni.com/products/unicorn-hat description: 64 blindingly bright RGB LEDs on a single HAT github: https://github.com/pimoroni/unicornhat +install: + 'apt': + - 'python-dev' + - 'python3-dev' + 'python': + - 'unicornhat' + 'python3': + - 'unicornhat' + 'examples': 'python/examples/' pincount: 40 pin: '12': @@ -35,4 +44,4 @@ Then import it into your Python script and start tinkering: import unicornhat unicornhat.set_pixel(0, 0, 255, 255, 255) unicornhat.show() -``` \ No newline at end of file +``` diff --git a/src/fr-FR/settings.yaml b/src/fr-FR/settings.yaml index de25be1..53a454d 100644 --- a/src/fr-FR/settings.yaml +++ b/src/fr-FR/settings.yaml @@ -1,11 +1,15 @@ --- -default_desc: Pinout le guide complet des broches GPIO de la Raspberry Pi -default_title: Raspberry Pi GPIO pour Pi 1, B+, Pi 2 -title_suffix: " Raspberry Pi GPIO Pinout" +default_desc: The comprehensive Raspberry Pi GPIO Pinout guide for the original Raspberry + Pi, B+ and Pi 2 +default_title: Raspberry Pi GPIO Pinout - Pi 1, B+, Pi 2 +title_suffix: " at Raspberry Pi GPIO Pinout" +base_url: /pinout/ +resource_url: /resources/ +url_suffix: urls: - GND: masse + GND: ground overlays: -- masse +- ground - spi - uart - i2c @@ -20,5 +24,8 @@ overlays: - explorer-hat-pro - explorer-hat - display-o-tron +- display-o-tron-hat - dots - traffic-hat +- iqaudio-pi-dac +- piano-hat diff --git a/src/fr-FR/template/layout.html b/src/fr-FR/template/layout.html index 9035462..6c07810 100644 --- a/src/fr-FR/template/layout.html +++ b/src/fr-FR/template/layout.html @@ -24,6 +24,7 @@