|
hardio
|
This library implemnets protocols for MRAA compatible boards. MRAA is a third party project aiming at standardizing the API used to programe various embedded boards. More...
Files | |
| file | mraa_i2c_protocol.h |
| Header file for MRAA protocol implementation classes. | |
| file | mraa_pin_access.h |
| Header file for MRAA pin management classes. | |
| file | mraa_pin_io.h |
| Header file for MRAAPinIO class. | |
| file | mraa_serial_protocol.h |
| Header file for MRAAUARTProtocol class. | |
| file | mraa_spi_protocol.h |
| Header file for MRAASPIProtocol class. | |
| file | mraa.h |
| Main header file for hardio-mraa. | |
This library implemnets protocols for MRAA compatible boards. MRAA is a third party project aiming at standardizing the API used to programe various embedded boards.
In your code: #include <hardio/mraa.h>
In your CMakeLists.txt:
1.8.17