Merge branch 'pwm-in' into powerwheels

This commit is contained in:
Oskar Weigl
2018-05-15 10:48:18 -07:00
14 changed files with 371 additions and 20 deletions
+3
View File
@@ -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) {