py32-hal 0.4.0

HAL and Embassy support for the Py32 family of microcontrollers
Documentation
1
2
3
4
5
#[cfg(all(feature = "_time-driver", not(feature = "time-driver-systick")))]
pub mod time_driver;

#[cfg(feature = "time-driver-systick")]
pub mod systick_time_driver;