Laurent Carré

Results 4 comments of Laurent Carré

Hello, I am porting the NMEA library on an Arduino Mega. Got several issues linked to time.h vs Time.h and some missing methods, but I have made some changes to...

Hello, No I have just the NMEA one. Here is the code that hung `#include #include #include #include /* tNMEA0183Msg NMEA0183Msg; tNMEA0183 NMEA0183; */ void setup() { Serial.begin(9600); Serial.print("Print NMEA...

I agree that 8K of memory is indeed an issue, but in this particular case, I suspect rather a library conflict at very low level, because even Serial is not...

This is maybe the same issue that I have on Arduino with different symptoms. To be able to compile I had to tweak the code for using Time.h. I will...