SlashDevin
SlashDevin
> trying to use the flush() function from inside the library to avoid any user induced loop delay so that I can know faster when transmission was complete. Yeah, don't...
Did you copy a version of NeoHWSerial files (e.g., from the 1.6.5r2 directory) to an Arduino/Libraries/NeoHWSerial directory? Did you `#include ` at the top of your sketch?
Oh, it's for a Leonardo or Micro? Issue #1 for the Due is the same kind of problem... it doesn't use HardwareSerial for the different hardware, either. The Due version...
This sounds like a good candidate for a new column in the database table, as opposed to a command. This field would indicate "use Pixy or GPS heading on the...
Ok, I'll take a look when I eliminate `String` usage in these routines.