-
Notifications
You must be signed in to change notification settings - Fork 11
Home
luni64 edited this page Mar 22, 2020
·
5 revisions
VisualTeensy is a lightweight Windows utility which fully automates the generation of Teensy projects for vsCode, a modern, open source code editor.
VisualTeensy does not touch any global or user level settings in vsCode and does not install any extension to vsCode. It only creates some Json control files (tasks.json, c_cpp_properties.json, launch.json) and a makefile and copies them into the appropriate subfolders of your project. After you have generated the project with VisualTeensy, you can use the native commands of vsCode to create your sketch and upload it to the board.
VisualTeensy is open source and is published under the MIT Licence.
VisualTeensy - Project generator for PJRC Teensy boards