TinyGPSPlus::cardinal(double x) assumes argument of degrees (i.e. from TinyGPSCourse::deg()).
(This example was passing int32_t of milli-degrees from TinyGPSCourse's inherited function TinyGPSDecimal::value().) :smiley:
Thank you for the well-written library and useful examples!
TinyGPSPlus::cardinal(double x)
assumes argument of degrees (i.e. fromTinyGPSCourse::deg()
). (This example was passingint32_t
of milli-degrees fromTinyGPSCourse
's inherited functionTinyGPSDecimal::value()
.) :smiley:Thank you for the well-written library and useful examples!