uC chip interface arduino  0.9.0
A interface for async and neuromrphic IC testing
Loading...
Searching...
No Matches
FIRMWARE_VERSION Class Reference

FIRMWARE_VERSION specifies the version of the uC firmware that this API is compatible with major and minor version need to match, patch version of the API can be lower than the (newer) firmware. More...

Inheritance diagram for FIRMWARE_VERSION:
Collaboration diagram for FIRMWARE_VERSION:

Static Public Attributes

int FIRMWARE_VERSION_MAJOR = 0
 
int FIRMWARE_VERSION_MINOR = 9
 
int FIRMWARE_VERSION_PATCH = 2
 

Detailed Description

FIRMWARE_VERSION specifies the version of the uC firmware that this API is compatible with major and minor version need to match, patch version of the API can be lower than the (newer) firmware.

Definition at line 33 of file uC.py.

Member Data Documentation

◆ FIRMWARE_VERSION_MAJOR

int FIRMWARE_VERSION_MAJOR = 0
static

Definition at line 37 of file uC.py.

◆ FIRMWARE_VERSION_MINOR

int FIRMWARE_VERSION_MINOR = 9
static

Definition at line 38 of file uC.py.

◆ FIRMWARE_VERSION_PATCH

int FIRMWARE_VERSION_PATCH = 2
static

Definition at line 39 of file uC.py.


The documentation for this class was generated from the following file: