Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By tma
#52420 According to this Sparkfun site Arduino does not support 64 bit math:

https://learn.sparkfun.com/tutorials/da ... in-arduino

However I do not know if this applies to the esp8266 port which compiles without error with uint64_t variables. To confirm what is happening I need to be able to print 64 bit integers. Others have also had the need to print 64 bit integers and have written library code for the AVR:

http://forum.arduino.cc/index.php?topic=143584.0

I have ported the code over to esp8266 and have it to the point where it will compile but have not yet confirmed that it works.
User avatar
By tma
#52652 Greetings,

I have ported a patch that I found for the AVR library over to the print library for the esp8266. It seems to work well for my needs. Also the Arduino esp8266 language seems to handle 64 bit math OK for my application. The modified library files are attached - use at your own risk.
You do not have the required permissions to view the files attached to this post.