Metadata-Version: 2.1
Name: python-MC6470
Version: 0.0.7
Summary: A python library for accessing MC6470 6-axis accelerometer from mCube via python-smbus using the I2C interface.
Home-page: https://github.com/M-TarunKumar/python-MC6470
Author: Mudige Tarun kumar
Author-email: tarun.mtky@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: smbus

# python-MC6470
A python library for accessing MC6470 6-axis accelerometer from mCube via python-smbus using the I2C interface.

Default settings are suitable for Raspberry Pi3 and was successfully tested.

# Usage
Follow below mentioned steps:
1. Briefly walk through the [data sheet](https://github.com/M-TarunKumar/python-MC6470/blob/main/MC6470-Datasheet-APS-048-0033v1.7-1.pdf) 
2. Install this package using the command "pip3 install python-MC6470"
3. See the example application [demo.py](https://github.com/M-TarunKumar/python-MC6470/blob/main/demo.py) to understand how to use this library.

# Develop
Please send pull requests for improvements and bug fixes in [this](https://github.com/M-TarunKumar/python-MC6470) github repository.

# License
Python files in this repository are released under the MIT license.


