Skip to content

Commit

Permalink
Corrected ADC factor for LBV3
Browse files Browse the repository at this point in the history
trinamic-ASU committed Dec 17, 2024
1 parent 50e433b commit 057852b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmc/VitalSignsMonitor.c
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
#if defined(Landungsbruecke) || defined(LandungsbrueckeSmall)
#define VM_FACTOR 713 // ADC reaches limit at VM = 71.3V => VM Factor (in 100mV) = 713
#elif defined(LandungsbrueckeV3)
#define VM_FACTOR 744
#define VM_FACTOR 735
#endif


0 comments on commit 057852b

Please sign in to comment.