japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
116 stars 40 forks source link

time units / conversion misplaced? #72

Open dcarosone opened 6 years ago

dcarosone commented 6 years ago

the time units stuff (hz, khz, mhz) seems oddly placed in a device-specific hal.

Probably it better belongs in embedded-hal or somewhere else where it can be used by all devices?

TheZoq2 commented 6 years ago

This might be of interest https://github.com/japaric/embedded-hal/issues/59