Skip to content

Commit

Permalink
small restructure of commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Apr 19, 2024
1 parent c171a01 commit 82da857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/current_sense/hardware_specific/teensy/teensy4_mcu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
// #define TEENSY4_ADC_INTERRUPT_DEBUG


// #define _BANDWIDTH_CS 10000.0f // [Hz] bandwidth for the current sense
volatile uint32_t val0, val1, val2;

// #define _BANDWIDTH_CS 10000.0f // [Hz] bandwidth for the current sense
// LowPassFilter lp1 = LowPassFilter(1.0/_BANDWIDTH_CS);
// LowPassFilter lp2 = LowPassFilter(1.0/_BANDWIDTH_CS);
// LowPassFilter lp3 = LowPassFilter(1.0/_BANDWIDTH_CS);
Expand Down

0 comments on commit 82da857

Please sign in to comment.