![]() |
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:
teensy40hub75teensy40ws35teensy40betateensy40verifyrenderteensy40verifyhardwareteensy41hub75teensy41ws35teensy41betateensy41verifyrenderteensy41verifyhardwareFile > 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.