File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
32
32
This is easily achieved by downloading
33
33
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
34
34
35
+ Note: This driver requires too much RAM to be used on SAMD21 based devices.
36
+
35
37
Installing from PyPI
36
38
=====================
37
39
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
Original file line number Diff line number Diff line change 6
6
`adafruit_mpu6050`
7
7
================================================================================
8
8
9
- CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
9
+ CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope.
10
+
11
+ This driver requires too much RAM to be used on SAMD21 based devices.
10
12
11
13
12
14
* Author(s): Bryan Siepert
You can’t perform that action at this time.
0 commit comments