A collection of python utilities for working with data from Little Leonardo accelerometers
pylleo is currently only available for Python 3 and has not been extensively tested with different versions. For more detail, please refer to the documentation.
pip3 install pylleo
import pylleo
path_dir = './'
meta = pylleo.lleoio.read_meta(path_dir, 'W190PD3GT', 34840)
data = pylleo.lleoio.read_data(meta, path_dir)
Run the pylleo calibration application with the pylleo-cal command in the terminal:
pylleo-cal
The latest documentation for pylleo can be found here
This project is licensed under the terms of the MIT license. Please see the license file in this repository.