mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-20 06:28:59 +00:00
gps: improvements and bugfixes (#186)
* gps: buxfixes and refactoring of API to separate device from parser Signed-off-by: deadprogram <ron@hybridgroup.com> * gps: simplify time parser Signed-off-by: deadprogram <ron@hybridgroup.com> * gps: add support for RMC sentences Signed-off-by: deadprogram <ron@hybridgroup.com> * gps: small renaming to remove reduntant use of word GPS Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
+1
-1
@@ -13,5 +13,5 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
bufferSize = 32
|
||||
bufferSize = 100
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user