I'm trying to replace my current debug logging code as at present I'm using the inbuilt printf() and it's causing me problems. It seems that the inbuilt printf() turns off interrupts which is effecting my timings. So I was going to move to an Interrupt ba..
↧