typedef struct ISSIDeviceStructISSIDeviceStruct;
extern ISSIDeviceStruct *issi_devices;
// Low level commands- 'device' is the 2-bit i2c id.
void ;
void ;
void ;
// Higher level, no device is given, but it is calculated from 'matrix'
// Each device has 2 blocks, max of 4 devices:
// Device | Block = Matrix
// 0 A 0
// 0 B 1
// 1 A 2
// 1 B 3
// 2 A 4
// 2 B 5
// 3 A 6
// 3 B 7
void ;
void ;