Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
errors.h
Go to the documentation of this file.
1#ifndef OOKRADIO_ERRORS_H
2#define OOKRADIO_ERRORS_H
3
13enum {
16
19
22
25
28
31};
32
37#endif // 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