We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b153cc3 commit 16fb12bCopy full SHA for 16fb12b
src/time.rs
@@ -1,3 +1,6 @@
1
+/// This code has been taken from the stm32g0xx-hal project and modified slightly to support
2
+/// STM32G4xx MCUs.
3
+
4
pub use fugit::{
5
Duration, ExtU32, HertzU32 as Hertz, HoursDurationU32 as Hour,
6
MicrosDurationU32 as MicroSecond, MinutesDurationU32 as Minute, NanosDurationU32 as NanoSecond,
0 commit comments