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

PinHeader are all command headers used in PinPacket. More...

Inheritance diagram for PinHeader:
Collaboration diagram for PinHeader:

Public Member Functions

def __new__ (cls, value, doc=None)
 overwrite to enable doc strings for enum elements as second argument. More...
 

Static Public Attributes

int IN_PIN
 
int IN_PIN_READ
 
int OUT_PIN_HIGH
 
int OUT_PIN_LOW
 

Detailed Description

PinHeader are all command headers used in PinPacket.

   the description explains the function of the individual commands.

Definition at line 277 of file header.py.

Member Function Documentation

◆ __new__()

def __new__ (   cls,
  value,
  doc = None 
)

overwrite to enable doc strings for enum elements as second argument.

Definition at line 283 of file header.py.

Member Data Documentation

◆ IN_PIN

int IN_PIN
static
Initial value:
= 10, """
send a modify output pin command
uses pin
- pin is the pin number
- value is 0 or 1 for low or high
"""

Definition at line 293 of file header.py.

◆ IN_PIN_READ

int IN_PIN_READ
static
Initial value:
= 11, """
send a read input pin command
uses pin
- pin is the pin number
- value is ignored
"""

Definition at line 300 of file header.py.

◆ OUT_PIN_HIGH

int OUT_PIN_HIGH
static
Initial value:
= 111, """
After a input pin change this records the change
uses pin
- exec_time the time the change occured
- pin the pin id
- value the new state
"""

Definition at line 315 of file header.py.

◆ OUT_PIN_LOW

int OUT_PIN_LOW
static
Initial value:
= 110, """
After a input pin change this records the change
uses pin
- exec_time the time the change occured
- pin the pin id
- value the new state
"""

Definition at line 307 of file header.py.


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