#pragma once #include #include "sensor_state.h" void initGps(HardwareSerial& serial); void updateGps(HardwareSerial& serial, GpsState& state);