Is there a wait object for spin?
I already looked in OBEX, but didn't get any results, so is there any object in spin similar to say wait_ms() or wait_us() from AVR C standard library for GCC?
Yes, I know that I can use waitcnt plus whatever cycle count I need, but these two seem so convenient for precise control of other devices that someone must have made them before, right?
Yes, I know that I can use waitcnt plus whatever cycle count I need, but these two seem so convenient for precise control of other devices that someone must have made them before, right?
Comments
Duane