Skip to content

issues Search Results · repo:adafruit/Adafruit_CircuitPython_LIS3DH language:Python

Filter by

25 results
 (79 ms)

25 results

inadafruit/Adafruit_CircuitPython_LIS3DH (press backspace or delete to remove)

Add a Basic DisplayIO Based Example We would like to have a basic displayio example for this library. The example should be written for microcontrollers with a built-in display. At a minimum it should ...
enhancement
good first issue
Hacktoberfest
  • FoamyGuy
  • Opened 
    on May 4, 2024
  • #80

The code for adafruit.lis3dh.shake() appears that it is sampling (x,y,z) acceleration values, and keeping a separate running total of x-acceleration, y-acceleration, and z-acceleration. It then divides ...
  • BooleanMattock
  • Opened 
    on Feb 8, 2023
  • #78

Docs say on lines 128-137 of adafruit_lis3dh.py: Could have the following values: * DATA_RATE_400_HZ * DATA_RATE_200_HZ but actual constants are: DATARATE_400_HZ = const(0b0111) ...
  • crotwell
  • Opened 
    on Nov 10, 2022
  • #72

There are missing type annotations for some functions in this library. The typing module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for ...
documentation
good first issue
Hacktoberfest
  • FoamyGuy
  • Opened 
    on Sep 27, 2021
  • #69

With current tip of main CP installed on a Hallowing_m0 init fails: Press any key to enter the REPL. Use CTRL-D to reload. Adafruit CircuitPython 6.2.0-beta.1-23-g0c0b51711 on 2021-02-01; HalloWing M0 ...
  • jerryneedell
  • 10
  • Opened 
    on Feb 1, 2021
  • #67

Make simpletest even more simple. The int pin is not really needed for basic accelo readings.
  • caternuson
  • 3
  • Opened 
    on Nov 20, 2020
  • #64

There are a few problem with the lis3dh_adc example. I get the same results on a CPX and CPB The I2C initialization needs to be updated: I changed it to use the same init as in the other examples: ...
  • jerryneedell
  • 4
  • Opened 
    on Aug 28, 2019
  • #54

The current lis3dh_simpletest example uses the existence of ACCELEROMETER_SCL to determine the pin configuration and I2C address https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH/blob/master/examples/lis3dh_simpletest.py#L9 ...
  • jerryneedell
  • 6
  • Opened 
    on Jul 1, 2019
  • #52

When installing through pip install adafruit-circuitpython-lis3dh on a Raspberry Pi for use in the Adafruit-Blinka (MicroPython) environment, no compatible version is listed. It would be excellent to ...
  • drfuzzyness
  • 3
  • Opened 
    on Sep 14, 2018
  • #48

Both examples/spinner.py and examples/spinner_advanced.py feature the same code which reads 32 values in total and looks for maximum absolute value from the x-axis accelerometer value. There s a missing ...
  • kevinjwalters
  • 6
  • Opened 
    on Sep 8, 2018
  • #46
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub