void DeviceList_init(DeviceHandle_t deviceList[DEVICE_MAX_KEYS])
Initialise all system devices.
DeviceHandle_t DeviceList_getDeviceHandleFromName(char *)
Retrieve device handle from list by name.
DeviceHandle_t DeviceList_getDeviceHandle(DeviceKey)
Retrieve device handle from list by key.
void DeviceList_printDevices()
Print out names of all devices in list.
DeviceHandle_t * DeviceList_getDeviceHandlePointer(DeviceKey)
Retrieve device handle pointer from list by key.