osmo-e1-hardware/firmware/ice40-riscv/icE1usb/usb_gps.h

14 lines
230 B
C

/*
* usb_gps.h
*
* Copyright (C) 2019-2022 Sylvain Munaut <tnt@246tNt.com>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#pragma once
void usb_gps_puts(const char *str);
void usb_gps_poll(void);
void usb_gps_init(void);