rktk-log
logger for rktk
Credits
- Most code are from defmt-or-log.
About
crate which uses macro in this crate must add below deps and features to Cargo.toml to work correctly.
[]
= { = "" }
= { ="", = true }
= { ="", = true }
[]
= ["dep:defmt", "rktk-log/defmt"]
= ["dep:log", "rktk-log/log"]
Also you should consider to modify defmt to feature if your depedency provides feature for defmt.
Viewing defmt-usb log
By using my defmt-print fork, you can print log from usb (serialport).
Usage
# Install
# Connect
To find com port, you can use software such as USB Device Tree Viewer on windows.