Expand description
Implements a sawtooth wave generator for creating low-frequency PWM-like signals.
Structsยง
- SawTooth
Profile - Contains the profile configuration and the implementation for the saw tooth profile.
- SawTooth
Profile Config - Holds the data for the calculation of the saw tooth profile. The configuration is loaded from the .toml configuration file. This struct does not contain any implementation.