mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-25 11:06:48 +08:00
Merge branch 'pwm-in' into powerwheels
This commit is contained in:
@@ -153,6 +153,9 @@ int odrive_main(void) {
|
||||
// Start ADC for temperature measurements and user measurements
|
||||
start_general_purpose_adc();
|
||||
|
||||
// Start pwm-in compare modules
|
||||
pwm_in_init();
|
||||
|
||||
// TODO: make dynamically reconfigurable
|
||||
#if HW_VERSION_MAJOR == 3 && HW_VERSION_MINOR >= 3
|
||||
if (board_config.enable_uart) {
|
||||
|
||||
Reference in New Issue
Block a user