Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSylex/ELK-BLEDOM-bluetooth-led-strip-controller
/ functions
Functions
15 in github.com/TheSylex/ELK-BLEDOM-bluetooth-led-strip-controller
⨍
Functions
15
◇
Types & classes
3
↓ 11 callers
Method
get_characteristic
(&self)
src/device.rs:165
↓ 1 callers
Function
get_central
(manager: &Manager)
src/device.rs:15
↓ 1 callers
Method
power_on
(&self)
src/device.rs:208
↓ 1 callers
Method
sync_time
(&self)
src/device.rs:169
Method
generic_command
(&self, id: u8, sub_id: u8, arg1: u8, arg2: u8, arg3: u8)
src/device.rs:342
Function
main
()
src/main.rs:4
Method
new
()
src/device.rs:111
Method
power_off
(&self)
src/device.rs:217
Method
set_brightness
(&self, value: u8)
src/device.rs:245
Method
set_color
(&self, red_value: u8, green_value: u8, blue_value: u8)
src/device.rs:226
Method
set_custom_time
(&self, hour: u8, minute: u8, second: u8, day_of_week: u8)
src/device.rs:189
Method
set_effect
(&self, value: u8)
src/device.rs:264
Method
set_effect_speed
(&self, value: u8)
src/device.rs:273
Method
set_schedule_off
(&self, days: u8, hours: u8, minutes: u8, enabled: bool)
src/device.rs:317
Method
set_schedule_on
(&self, days: u8, hours: u8, minutes: u8, enabled: bool)
src/device.rs:292