View difference between Paste ID: MWNzxrU5 and CJMFdk9u
SHOW: | | - or go back to the newest paste.
1
void delayus (uint32_t microseconds)
2
{
3
    uint32_t overflows;
4
    uint32_t partial;
5
6
7
}