benwillcocks
Results
1
comments of
benwillcocks
I also noticed the neat __CLZ() trick used in PIOx_Handler() could be used to improve the efficiency of attachInterrupt(). This code: uint32_t pos = 0; uint32_t t; for (t =...