cptmonac 0 Posted June 4, 2012 Share Posted June 4, 2012 Hello, So in my dubious curiousity, I tried using the Amarino arduino bluetooth library for my Energia installation. During the process of verification, I was hit with the error: "atof not declared in this scope". Is there an implementation of this function, i can point the amarino library to? Thanks for any help, you can give. Quote Link to post Share on other sites
energia 484 Posted June 5, 2012 Share Posted June 5, 2012 msp430-libc does not implement atop(). http://mspgcc.git.sourceforge.net/git/g ... ce;hb=HEAD You could try the mailing list and see if Peter has any plans to implement this. Mailing list is here: https://lists.sourceforge.net/lists/lis ... gcc-users/ I try to avoid floats all together. On MSP430 it bloats to code by about 4k and on avr it is about 3k. Floating point operations are slow too due to emulation. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.