uC chip interface arduino
0.9.0
A interface for async and neuromrphic IC testing
|
Classes | |
class | ConfigPacket |
The ConfigPacket is used to cumunicate configuration instructions with the uC all availible instructions are defined in the ConfigMainHeader and ConfigSubHeader. More... | |
class | Data32bitPacket |
The Data32bitPacket is used to send 32bit data instructions to the uC all availible instructions are defined in the Data32bitHeader More... | |
class | DataI2CPacket |
The DataI2CPacket is used for I2C communication and all types which need 3x 8bit values instread of 1x 32bit value all availible instructions are defined in the DataI2CHeader. More... | |
class | ErrorPacket |
The ErrorPacket is used by the uC to send errors to the API all availible errors are defined in the ErrorHeader. More... | |
class | Packet |
Packet class to be used as a base class for all packets acting as an interface. More... | |
class | PinPacket |
The PinPacket is used to comunicate pin instructions with the uC all availible instructions are defined in the PinHeader. More... | |