My C++/Arduino is pretty weak, but these changes were required to get the example code to work on my box (OSX). Not sure if this is generally useful, or if there's something weird about my box.
C++ boolean type is bool, at least on my box (OSX). Also, stdint was required for me to use to the [u]intN_t types
My C++/Arduino is pretty weak, but these changes were required to get the example code to work on my box (OSX). Not sure if this is generally useful, or if there's something weird about my box.
C++ boolean type is bool, at least on my box (OSX). Also, stdint was required for me to use to the [u]intN_t types