tutrc_harurobo_lib
|
#include <encoder.hpp>
公開メンバ関数 | |
bool | init (TIM_HandleTypeDef *htim, uint16_t ppr, float period) |
void | update () |
float | get_rps () |
float | get_rpm () |
float | get_position () |
float tutrc_harurobo_lib::Encoder::get_position | ( | ) |
float tutrc_harurobo_lib::Encoder::get_rpm | ( | ) |
float tutrc_harurobo_lib::Encoder::get_rps | ( | ) |
bool tutrc_harurobo_lib::Encoder::init | ( | TIM_HandleTypeDef * | htim, |
uint16_t | ppr, | ||
float | period ) |
void tutrc_harurobo_lib::Encoder::update | ( | ) |