Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 427 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 427 Bytes

Introduction

This directory contains encode and decode utilities for the UBX protocol, used to communicate with a u-blox GNSS module. The functions rely on nothing other than common/error/api and memcpy().

Usage

The api directory defines the UBX encode/decode functions. The test directory contains tests for the UBX protocol encode/decode functions that can be run on any platform.