firmware/src/gps/NMEAWPL.h

7 lines
113 B
C
Raw Normal View History

2022-10-16 10:28:49 +00:00
#pragma once
#include <Arduino.h>
#include "main.h"
uint printWPL(char *buf, Position &pos, const char *name);