Skip to main content

SCA3300 Linux driver with dependency on just spidev

Project description

SCA3300 Driver Package

SCA3300 3-axis accelerometer Linux driver Python3 package.

Requirements

Installation

PyPi

Will be released soon!

From Source

  • Clone repo git clone https://github.com/algebratech/sca3300-driver
  • Install python3 setup.py install --user

Usage

import time

from sca3300 import SCA3300, Modes


def main():
    sca = SCA3300()
    sca.mode = Modes.MODE_3
    while True:
        print(sca.acceleration)
        time.sleep(0.02)


if __name__ == '__main__':
    main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sca3300-1.0.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

sca3300-1.0.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page