Crates.io | tca62724fmg |
lib.rs | tca62724fmg |
version | 0.1.2 |
source | src |
created_at | 2020-04-02 19:02:56.873982 |
updated_at | 2020-04-03 18:12:02.866171 |
description | TCA62724FMG RGB LED driver for embedded hal |
homepage | |
repository | https://github.com/tstellanova/tca62724fmg |
max_upload_size | |
id | 225623 |
size | 21,128 |
The Toshiba TCA62724FMG is a three output RGB LED with an I2C interface. It features high brightness and three independent PWM controllers. It's commonly used for status indicator lights.
BSD-3 : see LICENSE file.
This example has been tested with stm32h743 in a Holybro Durandal flight controller, with an externally connected M8N GPS module containing a tca62724fmg rgbled.
cargo run --example sweep --target thumbv7em-none-eabihf
The memory.x
,.cargo/config
, and dronecode.gdb
files included with this crate are
configured to run this example by connecting to the Durandal via a dronecode
probe (or similar, such as a Black Magic Probe)