|
uC chip interface arduino
0.9.0
A interface for async and neuromrphic IC testing
|
Classes | |
| class | ConfigMainHeader |
| ConfigMainHeader are all command headers used in ConfigPacket in conjunction with ConfigSubHeader. More... | |
| class | ConfigSubHeader |
| ConfigSubHeader are all command headers used in ConfigPacket in conjunction with ConfigMainHeader. More... | |
| class | Data32bitHeader |
| Data32bitHeader are all command headers used in Data32bitPacket. More... | |
| class | DataI2CHeader |
| DataI2CHeader are all command headers used in DataI2CPacket. More... | |
| class | ErrorHeader |
| ErrorHeader are all command headers used in ErrorPacket. More... | |
| class | PinHeader |
| PinHeader are all command headers used in PinPacket. More... | |
Functions | |
| def | subscribe_info (header) |
| add a header to the list of logged info More... | |
| def | subscribe_warning (header) |
| add a header to the list of logged warnings More... | |
| def | unsubscribe_info (header) |
| remove a header from the list of logged info More... | |
| def | unsubscribe_warning (header) |
| remove a header from the list of logged warnings More... | |
Variables | |
| string | ALIGN_BYTEARRAY = b'\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfd\x00\x00\x00\x00\x00\x00\x00\x00' |
| list | LOGGING_INFO_LIST = [] |
| list | LOGGING_WARNING_LIST = [Data32bitHeader.IN_RESET] |
| def subscribe_info | ( | header | ) |
| def subscribe_warning | ( | header | ) |
| def unsubscribe_info | ( | header | ) |
| def unsubscribe_warning | ( | header | ) |
| string ALIGN_BYTEARRAY = b'\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfd\x00\x00\x00\x00\x00\x00\x00\x00' |
| list LOGGING_WARNING_LIST = [Data32bitHeader.IN_RESET] |