Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hwconf/makerbase/84_100_HP/hw_mksesc_84_100_hp.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@
#define V_REG 3.30
#endif

//The voltage dividing acquisition circuit on the Makerbase VESC motherboard is 56K and 2.2K resistors.
//The voltage dividing acquisition circuit on the Makerbase VESC motherboard is 56K and 2.12K resistors.
#ifndef VIN_R1
#define VIN_R1 56000.0
#endif
#ifndef VIN_R2
#define VIN_R2 2200.0
#define VIN_R2 2120.0
#endif

#ifndef CURRENT_AMP_GAIN
Expand Down