Skip to content

Commit 1951813

Browse files
authored
Merge pull request #38 from FoamyGuy/samd21_ram_insufficient
document samd21 not enough ram
2 parents 453d1a6 + b6b4f2e commit 1951813

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
3232
This is easily achieved by downloading
3333
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
3434

35+
Note: This driver requires too much RAM to be used on SAMD21 based devices.
36+
3537
Installing from PyPI
3638
=====================
3739
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from

adafruit_mpu6050.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
`adafruit_mpu6050`
77
================================================================================
88
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.
1012
1113
1214
* Author(s): Bryan Siepert

0 commit comments

Comments
 (0)