Skip to content

Commit cc6dfa0

Browse files
committed
typo in the example
1 parent 4fa7cf2 commit cc6dfa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/hardware_specific_examples/DRV8302_driver/teensy4_current_control_low_side/teensy4_current_control_low_side.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ void setup() {
7171
// Better option would be to use voltage divisor to set exact value
7272
pinMode(OC_ADJ,OUTPUT);
7373
digitalWrite(OC_ADJ,HIGH);
74-
pinMode(OC_GAIN,OUTPUT);
75-
digitalWrite(OC_GAIN,LOW);
7674

7775

7876
// driver config

0 commit comments

Comments
 (0)