![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
This guide will walk you through the process of compiling and uploading the code for the Protogen animation engine using PlatformIO. PlatformIO is a versatile toolchain for embedded development, fully integrated into Visual Studio Code.
The project supports multiple Teensy 4.0 and Teensy 4.1 configurations:
teensy40hub75
teensy40ws35
teensy40beta
teensy40verifyrender
teensy40verifyhardware
teensy41hub75
teensy41ws35
teensy41beta
teensy41verifyrender
teensy41verifyhardware
File > Open Workspace
and open the workspace file in the root directory of the project.platformio.ini
file, each environment corresponds to a specific Teensy and Protogen configuration.To select an environment, click on the Platform IO logo on the left of the VS Code window or run the following command in the terminal:
Replace <environment_name>
with one of the available environments (e.g., teensy40hub75
).
UserConfiguration.h
(if necessary):Examples
directory, this file allows you to customize various settings, such as enabling or disabling features.Alternatively, use the terminal command:
Alternatively, use the terminal command:
To open the serial monitor, click on the Serial Monitor button in PlatformIO or use the terminal command:
The following libraries are automatically managed by PlatformIO and specified in the lib_deps
section of platformio.ini
:
.pio/
.platformio.ini
and the project files as needed.For further assistance, refer to the PlatformIO Documentation or the Teensy PJRC Documentation.