Skip to content

Latest commit

 

History

History

README.md

Arduino Boost 166 examples

These have been around for some time.

ArduinoBoost166Integers

This will compile for both a UNO and a DUE.

ArduinoBoost166Function

This will not compile with an error when compiled for a DUE.

c:\Users\john\Documents\Arduino\libraries\BoostForArduino\src/boost/functional/hash/detail/hash_float.hpp:96:41

error: non-constant in-class initialization invalid for static member 'boost::hash_detail::enable_binary_hash<long double, 24u, 128u>::value'

I do not think this error happened before.

I did give up on AVR examples.