IOoo icon indicating copy to clipboard operation
IOoo copied to clipboard

cross-platform with fatal error: 'linux/i2c.h' file not found

Open rurban opened this issue 3 years ago • 0 comments

doesnt look that cross-platform to me. these errors are on macOS, but FreeRTOS or baremetal would have the same problems.

../../include/SPI.h:9:10: fatal error: 'linux/spi/spidev.h' file not found #include <linux/spi/spidev.h> ../../include/I2C.h:13:10: fatal error: 'linux/i2c.h' file not found #include <linux/i2c.h>

looks like linux-only to me.

rurban avatar Jul 08 '21 10:07 rurban