Page 1 of 1

ZUNO command support

Posted: 16 Jul 2019 03:01
by kitt003
Is there an alternative to the micros() function in ZUNO?

When I attempt to use it, I get a compile error of "use of undeclared identifier 'micros'", so I'm assuming its not supported...

Re: ZUNO command support

Posted: 16 Jul 2019 04:02
by PoltoS
You can directly use timer values. Have a look here: https://github.com/Z-Wave-Me/Z-Uno-Core ... e.cpp#L429