File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,14 @@ This driver depends on:
29
29
* `Adafruit BMP280 <https://github.com/adafruit/Adafruit_CircuitPython_BMP280 >`_
30
30
* `Adafruit SHT31D <https://github.com/adafruit/Adafruit_CircuitPython_SHT31D >`_
31
31
* `Adafruit NeoPixel <https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel >`_
32
+ * `Adafruit Display Text <https://github.com/adafruit/Adafruit_CircuitPython_Display_Text >`_
32
33
33
34
Please ensure all dependencies are available on the CircuitPython filesystem.
34
35
This is easily achieved by downloading
35
36
`the Adafruit library and driver bundle <https://circuitpython.org/libraries >`_.
36
37
38
+ Demos may require libraries not listed here.
39
+
37
40
Installing from PyPI
38
41
=====================
39
42
.. note :: This library is not available on PyPI yet. Install documentation is included
Original file line number Diff line number Diff line change 24
24
25
25
while True :
26
26
x , y , _ = clue .acceleration
27
- bubble_group .x = int (x * 10 )
28
- bubble_group .y = int (y * 10 )
27
+ bubble_group .x = int (x * - 10 )
28
+ bubble_group .y = int (y * - 10 )
You can’t perform that action at this time.
0 commit comments