This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
kirdy
Watch
3
Star
0
Fork
You've already forked kirdy
1
Code
Issues
11
Pull Requests
Projects
Releases
Wiki
Activity
9ae867cd88
kirdy
/
src
/
laser_diode
/
mod.rs
5 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
rename current_source -> ld_ctrl
2024-01-18 16:13:08 +08:00
pub
mod
ld_ctrl
;
Add high level ld_drive mod - Use current_source driver to interface with the board
2024-01-09 15:53:24 +08:00
pub
mod
max5719
;
pd_mon: Separate ld_power calculation to a file
2024-01-18 17:09:24 +08:00
pub
mod
laser_diode
;
laser diode: Add Analog Watchdog initial commit - rm pid_state for laser diode
2024-01-24 11:47:15 +08:00
pub
mod
pd_mon
;
pub
mod
analog_wdg
;