test-timeswipe

TimeSwipe python3 module


Keywords
driver, firmware, panda, timeswipe
License
MIT
Install
pip install test-timeswipe==0.0.21

Documentation

TimeSwipe

Firmware and Drivers for PANDA TimeSwipe Boards

Pre-Built Files

The releases section contains pre-built driver and firmware files for various architectures. You can also compile these yourself. Instructions can be found in the driver and firmware subdirectories.

Building and Flashing the Firmware

The procedure is explained in the firmware/README.md section.

Building and Installing the Driver

The procedure is explained in the driver/README.md section.

Documentation

The communication protocol is described in the file docs/CommunicationProtocol.md, a description of the event system can be found in docs/EventSystem.md. Software dependencies are listed in docs/SoftwareDependencies.md. Driver API

Product versioning

The product consists of several modules using semantic versioning. Compatibility is defined as follows: for the driver and firmware, compatibility is determined by the major version number. For example, firmware 1.2.1 is compatible with driver 1.3.5 and 1.4.1 and not compatible with driver 2.0.1. For the compatibility between the submodules of the driver the minor number is also taken into account: for example, python driver submodule 1.3.9 is compatible with driver 1.3.5 and not compatible with driver 1.4.1.