agoessling / serial_util

Utilities for sending and receiving serial data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serial_util

Utilities useful for sending and receiving serial data.

Usage

WORKSPACE

To incorporate serial_util into your project copy the following into your WORKSPACE file.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "serial_util",
    # See release page for latest version url and sha.
)

About

Utilities for sending and receiving serial data.

License:MIT License


Languages

Language:C 31.4%Language:C++ 28.9%Language:Python 28.5%Language:Starlark 10.7%Language:Shell 0.6%