radio-sx1231 0.3.0

Rust driver for the Semtec SX1231 Sub GHZ (G)FSK/OOK Radio ICs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Common requirements for crate consumers
//
// This file is part of the rust-radio-sx1231 project.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright 2018 Ryan Kurte
// Copyright 2020-2021 Erik Henriksson

pub use crate::config::{Channel, Config, PacketInfo, PayloadMode};
pub use crate::register::ModemMode;
pub use crate::{Error, Sx1231};