infrared 0.4.0

Infrared remote control library
Documentation
[package]
name = "infrared"
version = "0.4.0"
authors = ["Johan Kristell <johan@jott.se>"]
edition = "2018"
description = "Infrared remote control library"
repository = "https://github.com/jkristell/infrared"
readme = "README.md"
keywords = ["infrared", "remote", "rc5", "rc6", "nec"]
categories = ["no-std", "embedded"]
license = "MIT OR Apache-2.0"

[features]
default = ["nec", "rc5", "rc6"]
nec = []
rc5 = []
rc6 = []
protocol-dev = []

[dependencies]