What it does
deki-gps reads NMEA sentences over UART and exposes the parsed fix as a scene component. The engine core defines the abstract IDekiGPS provider; this package ships the concrete component for u-blox NEO-6M class receivers and similar NMEA-emitting packages.
Configure the UART bus through deki-uart, place the GPS component in the scene, and read latitude, longitude, altitude, speed, and fix quality from any behaviour’s Update().
Adding a different GPS chip
Implement IDekiGPS for the new chip’s protocol and wrap it in a component. No core changes.