This Python library for CyberAtom AHRS devices provides a set of simple classes and interfaces that allow to communicate and exchange data to and from CyberAtom devices connected to USB or serial port of the PC or similar computer system. The purpose of the library is to:
There is one module cyberatom (in single cyberatom.py file) containing all classes and type definitions used within the library.
The library internally requires standard Python modules os, platform and ctypes being available in Python installation.
It is required that dynamic/shared cyberatom API library is located along with cyberatom.py file at runtime. This library is
cybratom.dll for Windows systemslibcyberatom.so for Linux/Unix systemslibcybratom.dylib for Mac OS systemsand shipped within Python SDK package. Bitness of this library (x86 or x64) should match your Python installation.
The library can be downloaded from http://www.cyberatom.eu/downloads.