HF-TMC9660 Driver
Hardware Agnostic C++ Driver for the TMC9660
|
External I2C EEPROM configuration. More...
#include <TMC9660Bootloader.hpp>
Public Attributes | |
bool | enable_eeprom {false} |
bootcfg::I2CSdaPin | sda_pin {bootcfg::I2CSdaPin::GPIO5} |
bootcfg::I2CSclPin | scl_pin {bootcfg::I2CSclPin::GPIO4} |
uint8_t | address_bits {0} |
bootcfg::I2CFreq | freq_code {bootcfg::I2CFreq::Freq100k} |
External I2C EEPROM configuration.
uint8_t tmc9660::I2CConfig::address_bits {0} |
bool tmc9660::I2CConfig::enable_eeprom {false} |
bootcfg::I2CFreq tmc9660::I2CConfig::freq_code {bootcfg::I2CFreq::Freq100k} |
bootcfg::I2CSclPin tmc9660::I2CConfig::scl_pin {bootcfg::I2CSclPin::GPIO4} |
bootcfg::I2CSdaPin tmc9660::I2CConfig::sda_pin {bootcfg::I2CSdaPin::GPIO5} |