Closed phodgers closed 3 years ago
Thanks for reporting ! I should probably include ArxTypeTraits directly.
I encountered the same issue when trying to compile the SPI example on Arduino 1.8.8 on Windows 10. All I had to do was change Line 11 in Bitfield.h from "#include
ArxTypeTraits is now a library dependency for Arduino and PlatformIO.
Hello,
I tried to compile the SPI example on Arduino 1.8.13 (Windows Install) but found an issue with type_traits not being found. I installed ArxTypeTraits from Arduino Library and referenced that in bitfield.h and it then compiled okay.