aboutsummaryrefslogtreecommitdiff
path: root/main/param/fraction.c
Commit message (Collapse)AuthorAge
* Add a couple different parameter types.Josh Rahm2025-12-07
fraction_t: semantically represents a value 0.0-1.0. Internally this is represented as a uint8 with 255 being 1 and 0 being 0. ratio_t: represents a fracitonal number that can be larger than 1.0.