1#ifndef OOKRADIO_ERRORS_H
2#define OOKRADIO_ERRORS_H
@ OOKRADIO_ERR_SPI_TRANSFER_FAILED
SPI transfer failed.
Definition errors.h:30
@ OOKRADIO_ERR_SPI_INIT_FAILED
SPI init failed.
Definition errors.h:27
@ OOKRADIO_ERR_INVALID_MODULE
The attached SPI module could not be identified.
Definition errors.h:24
@ OOKRADIO_ERR_INVALID_SPI
The spi_module pointer is NULL.
Definition errors.h:21
@ OOKRADIO_ERR_NONE
All good.
Definition errors.h:15
@ OOKRADIO_ERR_INVALID_HANDLE
The radio pointer is NULL.
Definition errors.h:18