Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit-Raspberry-Pi-Python-Code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: electrodynatronic/Adafruit-Raspberry-Pi-Python-Code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 24, 2015

  1. Added constant to fix getRange and setRange bug

    Encountered an error attempting to use getRange() error follows:
    
        AttributeError: 'Adafruit_ADXL345' object has no attribute 'ADXL345_REG_DATA_FORMAT'
    
    Adding the constant fixes getRange and setRange bug
    
    add print accel.getRange() to the example code to reporduce
    electrodynatronic committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    081f8f4 View commit details
    Browse the repository at this point in the history
Loading