Skip to content

Commit

Permalink
Merge pull request #38 from FoamyGuy/samd21_ram_insufficient
Browse files Browse the repository at this point in the history
document samd21 not enough ram
  • Loading branch information
FoamyGuy authored Dec 30, 2024
2 parents 453d1a6 + b6b4f2e commit 1951813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.

Note: This driver requires too much RAM to be used on SAMD21 based devices.

Installing from PyPI
=====================
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
Expand Down
4 changes: 3 additions & 1 deletion adafruit_mpu6050.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
`adafruit_mpu6050`
================================================================================
CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope.
This driver requires too much RAM to be used on SAMD21 based devices.
* Author(s): Bryan Siepert
Expand Down

0 comments on commit 1951813

Please sign in to comment.