rf4463 0.1.0

A simple, no-std library for interfacing with the SI4463 transceiver IC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rf4463"
version = "0.1.0"
edition = "2021"
authors = ["Stephen D <webmaster@scd31.com>"]
description = "A simple, no-std library for interfacing with the SI4463 transceiver IC"
repository = "https://gitlab.scd31.com/stephen/rf4463-lib/"
license = "MIT"
keywords = ["transceiver", "radio", "communication"]
categories = ["no-std::no-alloc", "no-std", "embedded", "hardware-support"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
embedded-hal = "0.2.7"