rgbled 0.1.0

rgbled is a driver for controlling RGB LEDs using PWM, with built-in gamma correction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["tracyspacy"]
categories = ["embedded", "hardware-support", "no-std"]
name = "rgbled"
description = "rgbled is a driver for controlling RGB LEDs using PWM, with built-in gamma correction"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/tracyspacy/rgbled"
resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
embedded-hal = { package = "embedded-hal", version = "1.0" }

[profile.release]
debug = 2