lego-powered-up 0.4.0

Control Lego PoweredUp hubs and devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Support for 22168 Light Unit, LED, with Cable, Powered Up
//! https://rebrickable.com/parts/22168/light-unit-led-with-cable-powered-up/
//!
//! Needs mode information about this unit to complete

use async_trait::async_trait;
use core::fmt::Debug;

use super::Basic;
use crate::device_trait;
use crate::Result;

device_trait!(HeadLight, []);