25#if defined(ARDUINO_TEENSY36) || defined(ARDUINO_TEENSY41)
27 #define SD_SELECT BUILTIN_SDCARD
30 typedef std::map<uint8_t, std::string> ParamFilenameKey;
36 const uint8_t num_joint_ids = 3;
37 const uint8_t SD_not_found_idx = num_joint_ids;
38 const uint8_t file_not_found_idx = SD_not_found_idx + 1;
44 namespace controller_parameter_filenames
46 const ParamFilenameKey
hip
66 const ParamFilenameKey
knee
78 const ParamFilenameKey
ankle
100 void print_param_error_message(uint8_t error_type);
113 uint8_t set_controller_params(uint8_t joint_id, uint8_t controller_id, uint8_t set_num,
ExoData* exo_data);
Declares a class used to store data for the Exo to access.
Declares the functions needed and defines mapping between the INI keys and the exo components.
Class to store all the data related to the exo.
Definition ExoData.h:38