modm API documentation
|
Public Typedefs | |
using | T = modm::least_uint< Bits > |
using | DeltaType = std::make_signed_t< modm::least_uint< Bits+1 > > |
Public Member Functions | |
constexpr DeltaType | getDelta () |
constexpr float | toDegree () const |
constexpr float | toRadian () const |
Public Attributes | |
T | data |
Static Public Attributes | |
static constexpr T | max = std::pow(2, Bits) - 1 |