Releases: adafruit/Adafruit_CircuitPython_LSM303
I2C Update
- Update for removal of
stop
kwarg. (more info)
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lsm303.
Read the docs for info on how to use it.
Updated Examples
Example names are now Adabot approved. Thanks @dherrada!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lsm303.
Read the docs for info on how to use it.
Update to README.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lsm303
.
Read the docs for info on how to use it.
Removed erroneous 4 bit shift.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lsm303
.
Read the docs for info on how to use it.
Magnetic XYZ fix.
- Fixed XYZ order for
magnetic
andraw_magnetic
.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lsm303
.
Read the docs for info on how to use it.
Now on PyPi!
- Added
setup.py
- Added PyPI release info to
.travis.yml
- Updated
requirements.txt
- Added a more comprehensive
.gitignore
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lsm303
.
Read the docs for info on how to use it.
Updated method names to follow design guide.
Updated method names to follow CircuitPython convention. Examples have been updated to reflect changes.
Sphinx update.
Thanks to @brentru for the great work!
Initial release (w/correct travis)
1.0.1 fix repo token
Initial release
1.0.0 lint examples