rp-rs / rp-hal-boards

Board Support Packages for RP2040 based PCBs
199 stars 82 forks source link

millis() #73

Open Firemanpl opened 2 months ago

Firemanpl commented 2 months ago

millis() function is not implemented yet ? Or exist under another nameoffunction ?

Firemanpl commented 2 months ago

because delay.delay_ms() stops mcu ? I have right ?

ithinuel commented 2 months ago

Hi, I'm not sure I understand what you mean.

Because it seems to relate to time, I'd suggest you to have a look at the document for the Timer type: https://docs.rs/rp2040-hal/latest/rp2040_hal/timer/struct.Timer.html