Skip to content

Commit

Permalink
added some comments in config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
triffid committed Nov 18, 2012
1 parent 67bd994 commit 7ad515b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
#define ISENSE_R 0.05
#define ISENSE_MR 50.0

#define NO_FAULT_TIME 122
#define NO_FAULT_TIME 122 /* lots of 8192uS, 122 * 8192uS = 999424uS, basically 1 second */

#define ANTIPHASE_PWM_LIMIT 10

// this is how long to brake when switching from forward to reverse and vice versa
#define BRAKE_TIME_US 400000

#define MAX_CURRENT_MA 15000
Expand Down

0 comments on commit 7ad515b

Please sign in to comment.