How to Program Teensy Without Arduino IDE?

SamiH

New member
Hey everyone,

I do not have very strong programming basics, when it comes to embedded systems, but I have intermediate experience in MATLAB, Python and CPP.

So recently I used the pico sdk without the arduino IDE and it felt like I had much better control over things.

I am interested to do the same for teensy 4.1

How could one get started?

Thanks in Advance.
 
Have a look at VisualMicro. It works with Visual Studio and also offers The plug-in allows you to use breakpoints for step-by-step execution, monitor execution time between breakpoints, and set conditional breakpoints based on data or hit count.
I wouldn't be without it.
 
Back
Top