38template <
class Ratio = std::ratio<1>>
45constexpr auto operator""_hz(
unsigned long long n)
47 return Hertz(
static_cast<float>(n));
50constexpr auto operator""_khz(
unsigned long long n)
56constexpr auto operator""_hz(
long double n)
58 return Hertz(
static_cast<float>(n));
61constexpr auto operator""_khz(
long double n)
Frequency< std::kilo > Kilohertz
Driver for the VN100S IMU.