Lutz Niggl
Lutz Niggl
> Might be worth noting this difference from intervaltimer type _isr()? Will do...
> page on TyCommander It was already there, to better find it I renamed Build Systems to *Compiling & Uploading* This is also good pace to add the info about...
Added info to the Arduino page: https://github.com/TeensyUser/doc/wiki/Arduino-IDE Lot of stuff to add is still open, feel free to contribute... I'm not a regular IDE user, so my experience is quite...
Added a debugging section with some subsections:  Feel free to add content
Good information. I fixed the code tags, no need to enclose every line in back ticks, you can use triple backticks to start and close a code block. See here...
> Web editing is a pain and everywhere is different and other than 14,370 forum.pjrc posts I don't get out much :) Even inserting hyper links are unique ... Agreed,...
> Added https://github.com/TeensyUser/doc/wiki/NVRAM-usage-on-T_3.x-and-T_4.x-and-MicroMod That's very interesting, didn't know about the on-chip NVRAM. Will give it a try this evening. I'm not sure if the debugging section is the right place...
Moved it to the tips&tricks section: 
> #warning "can't use staticFunctional with GCC < V7! Fallback to function pointer callbacks" Sorry, V1.1.0 needs the new toolchain (teensyduino beta1.58). Admittedly, it was not a good idea to...
I do not have a lot of time at the moment to do deeper tests, but I assume that your use of TimerOne causes problems. TimerOne on the Teensy3x boards...