uC chip interface arduino
0.9.0
A interface for async and neuromrphic IC testing
|
#include <Arduino.h>
#include "misc_funtions.h"
#include "core_ring_buffer.h"
#include "Interface_pin.h"
#include "datatypes.h"
#include "uc_boards.h"
Go to the source code of this file.
Classes | |
class | Async |
class | Async_from_chip |
class | Async_to_chip |
Enumerations | |
enum | Async_from_chip_types : uint8_t { AER_FULL_CUSTOM = 0U , AER_MCP23017 = 2U } |
enum Async_from_chip_types : uint8_t |
Enumerator | |
---|---|
AER_FULL_CUSTOM | |
AER_MCP23017 |
Definition at line 30 of file interface_async.h.