ATTINY85 with XOD

Is it possible to use XOD with the ATTINY85 ?

Hello!

No in practice. XOD underlying type for a number is IEEE-754 float. AFAIK the compiler for ATtiny target lacks it. And there’s too few RAM on Tinies. So, I’d say the ATmega168 is a minimum requirement.

Thanks … I will have a look at the power requirement (and memory specs) for the ATmega168.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.