-
Notifications
You must be signed in to change notification settings - Fork 5
VisualTeensy
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.
- Precompiled binaries: https://github.com/luni64/VisualTeensy/releases
- Documentation (WIKI): https://github.com/luni64/VisualTeensy/wiki
- GitHub repository: https://github.com/luni64/VisualTeensy
Forum Posts
Teensy is a PJRC trademark. Notes here are for reference and will typically refer to the ARM variants unless noted.