# millis()

Obtain the system time, \[ms].

```cpp
uint32_t millis()
```

The system tick time is updated by TickTimer interrupt.
