|
uC chip interface arduino
0.9.0
A interface for async and neuromrphic IC testing
|
Go to the source code of this file.
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... | |
Namespaces | |
| namespace | uC_api |
| namespace | uC_api.header |
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] |