Advertisement
aperles

Clase timers

Oct 15th, 2020
1,830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void delayus (uint32_t microseconds)
  2. {
  3.     uint32_t overflows;
  4.     uint32_t partial;
  5.  
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement