Does anybody connected HC-SR04 sensor to Z-UNO?

I found simple code and tried to use it with Z-UNO:
https://arduino-ua.com/art5-Podklucheni ... _k_Arduino
But unfortunately, it requires function micros(). It allows to get number of microseconds from starting of controller. Z-UNO doesn't support this function.