HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  examples
  esp32
  main
 bldc_comprehensive_test.cppComprehensive BLDC motor testing suite for ESP32-C6 DevKit-M-1 (noexcept)
 bootloader_comprehensive_test.cppComprehensive Bootloader testing suite for ESP32-C6 DevKit-M-1 (noexcept)
 dc_comprehensive_test.cppComprehensive DC motor testing suite for ESP32-C6 DevKit-M-1 (noexcept)
 esp32_tmc9660_bus.hppESP32-specific communication interfaces for TMC9660 using SPI and UART
 esp32_tmc9660_test_config.hppHardware configuration for TMC9660 driver on ESP32-C6
 stepper_comprehensive_test.cppComprehensive Stepper motor testing suite for ESP32-C6 DevKit-M-1 (noexcept)
 telemetry_comprehensive_test.cppComprehensive Telemetry monitoring test suite for ESP32-C6 DevKit-M-1 (noexcept)
 TestFramework.hShared testing framework for ESP32-C6 comprehensive test suites
  inc
  bootloader
 bootloader_config.hppTMC9660 bootloader configuration structures and enumerations
 bootloader_protocol.hppTMC9660 bootloader communication protocol structures and enumerations
 bootloader_utils.hppTMC9660 bootloader utility functions and helpers
 tmc9660_bootloader.hppMain TMC9660 bootloader interface class
  parameter_mode
 tmc9660_param_mode_tmcl.hppTMCL operation and reply code enumerations for TMC9660 parameter mode
  register_mode
 tmc9660_adc.hppTMC9660 ADC and analog measurement registers (Register Mode)
 tmc9660_mcc.hppTMC9660 Motor Control Core (MCC) Register Definitions
 tmc9660_ramDebug.hppRAMDebug register definitions and utilities for TMC9660
 tmc9660_sys_ctrl.hppTMC9660 System Control and Status registers (Register Mode)
 tmc9660.hppMain TMC9660 motor driver interface and subsystem classes
 tmc9660_comm_interface.hppCommunication interfaces for TMC9660 Parameter Mode devices using TMCL protocol over SPI
  src
  bootloader
 tmc9660_bootloader.cppTmc9660 Bootloader definitions