|
1 | | -========= |
2 | | -Sense HAT |
3 | | -========= |
| 1 | +#Sense HAT |
4 | 2 |
|
5 | | -Python module to control the `Raspberry Pi`_ Sense HAT used in the `Astro Pi`_ mission - an education outreach programme for UK schools sending code experiments to the International Space Station. |
| 3 | +Python module to control the `Raspberry Pi` Sense HAT used in the `Astro Pi` mission - an education outreach programme for UK schools sending code experiments to the International Space Station. |
6 | 4 |
|
7 | 5 | Hardware |
8 | 6 | ======== |
|
21 | 19 |
|
22 | 20 | Buy the Sense HAT from: |
23 | 21 |
|
24 | | -* `The Pi Hut`_ |
25 | | -* `Pimoroni`_ |
26 | | -* `Amazon (UK)`_ |
27 | | -* `element14`_ |
28 | | -* `adafruit`_ |
29 | | -* `Amazon (USA)`_ |
| 22 | +* `The Pi Hut` |
| 23 | +* `Pimoroni` |
| 24 | +* `Amazon (UK)` |
| 25 | +* `element14` |
| 26 | +* `adafruit` |
| 27 | +* `Amazon (USA)` |
30 | 28 |
|
31 | 29 |
|
32 | 30 | Installation |
@@ -55,34 +53,38 @@ Comprehensive documentation is available at `pythonhosted.org/sense-hat`_ |
55 | 53 | Contributors |
56 | 54 | ============ |
57 | 55 |
|
58 | | -* `Dave Honess`_ |
59 | | -* `Ben Nuttall`_ |
60 | | -* `Serge Schneider`_ |
61 | | -* `Dave Jones`_ |
62 | | -* `Tyler Laws`_ |
63 | | -* `George Boukeas`_ |
| 56 | +* `Dave Honess` |
| 57 | +* `Ben Nuttall` |
| 58 | +* `Serge Schneider` |
| 59 | +* `Dave Jones` |
| 60 | +* `Tyler Laws` |
| 61 | +* `George Boukeas` |
64 | 62 |
|
65 | 63 | Open Source |
66 | 64 | =========== |
67 | 65 |
|
68 | | -* The code is licensed under the `BSD Licence`_ |
69 | | -* The project source code is hosted on `GitHub`_ |
70 | | -* Please use `GitHub issues`_ to submit bugs and report issues |
71 | | - |
72 | | -.. _Raspberry Pi: https://www.raspberrypi.org/ |
73 | | -.. _Astro Pi: http://www.astro-pi.org/ |
74 | | -.. _pythonhosted.org/sense-hat: http://pythonhosted.org/sense-hat/ |
75 | | -.. _Dave Honess: https://github.com/davidhoness |
76 | | -.. _Ben Nuttall: https://github.com/bennuttall |
77 | | -.. _Serge Schneider: https://github.com/XECDesign |
78 | | -.. _Dave Jones: https://github.com/waveform80 |
79 | | -.. _Tyler Laws: https://github.com/tyler-laws |
80 | | -.. _BSD Licence: http://opensource.org/licenses/BSD-3-Clause |
81 | | -.. _GitHub: https://github.com/RPi-Distro/python-sense-hat |
82 | | -.. _GitHub Issues: https://github.com/RPi-Distro/python-sense-hat/issues |
83 | | -.. _`The Pi Hut`: http://thepihut.com/products/raspberry-pi-sense-hat-astro-pi |
84 | | -.. _`Pimoroni`: https://shop.pimoroni.com/products/raspberry-pi-sense-hat |
85 | | -.. _`Amazon (UK)`: http://www.amazon.co.uk/Raspberry-Pi-2483095-Sense-HAT/dp/B014T2IHQ8/ |
86 | | -.. _element14: https://www.element14.com/community/docs/DOC-78155/l/raspberry-pi-sense-hat |
87 | | -.. _adafruit: https://www.adafruit.com/products/2738 |
88 | | -.. _Amazon (USA): http://www.amazon.com/Raspberry-Pi-Sense-HAT-AstroPi/dp/B014HDG74S |
| 66 | +* The code is licensed under the `BSD Licence` |
| 67 | +* The project source code is hosted on `GitHub` |
| 68 | +* Please use `GitHub issues` to submit bugs and report issues |
| 69 | + |
| 70 | +URLs |
| 71 | +===== |
| 72 | + |
| 73 | +* Raspberry Pi: https://www.raspberrypi.org/ |
| 74 | +* Astro Pi: http://www.astro-pi.org/ |
| 75 | +* pythonhosted.org/sense-hat: http://pythonhosted.org/sense-hat/ |
| 76 | +* Dave Honess: https://github.com/davidhoness |
| 77 | +* Ben Nuttall: https://github.com/bennuttall |
| 78 | +* Serge Schneider: https://github.com/XECDesign |
| 79 | +* Dave Jones: https://github.com/waveform80 |
| 80 | +* Tyler Laws: https://github.com/tyler-laws |
| 81 | +* George Boukeas: https://github.com/boukeas |
| 82 | +* BSD Licence: http://opensource.org/licenses/BSD-3-Clause |
| 83 | +* GitHub: https://github.com/RPi-Distro/python-sense-hat |
| 84 | +* GitHub Issues: https://github.com/RPi-Distro/python-sense-hat/issues |
| 85 | +* `The Pi Hut`: http://thepihut.com/products/raspberry-pi-sense-hat-astro-pi |
| 86 | +* `Pimoroni`: https://shop.pimoroni.com/products/raspberry-pi-sense-hat |
| 87 | +* `Amazon (UK)`: http://www.amazon.co.uk/Raspberry-Pi-2483095-Sense-HAT/dp/B014T2IHQ8/ |
| 88 | +* element14: https://www.element14.com/community/docs/DOC-78155/l/raspberry-pi-sense-hat |
| 89 | +* adafruit: https://www.adafruit.com/products/2738 |
| 90 | +* Amazon (USA): http://www.amazon.com/Raspberry-Pi-Sense-HAT-AstroPi/dp/B014HDG74S |
0 commit comments