Skip to content

Commit

Permalink
Merge pull request #1658 from Ralim/discip-patch-1
Browse files Browse the repository at this point in the history
correcting MAX_POWER_LIMIT to 120
  • Loading branch information
discip authored Apr 7, 2023
2 parents cd592c9 + cc180f7 commit 38625b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Core/BSP/Pinecilv2/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
#define VOLTAGE_DIV 600 // 600 - Default divider from schematic
#define CALIBRATION_OFFSET 900 // 900 - Default adc offset in uV
#define MIN_CALIBRATION_OFFSET 100 // Min value for calibration
#define PID_POWER_LIMIT 220 // Sets the max pwm power limit
#define PID_POWER_LIMIT 120 // Sets the max pwm power limit
#define POWER_LIMIT 0 // 0 watts default limit
#define MAX_POWER_LIMIT 220 //
#define MAX_POWER_LIMIT 120 // Sets the max power limit
#define POWER_LIMIT_STEPS 5 //
#define OP_AMP_GAIN_STAGE OP_AMP_GAIN_STAGE_PINECIL // Uses TS100 resistors
#define TEMP_uV_LOOKUP_HAKKO // Use Hakko lookup table
Expand Down

0 comments on commit 38625b2

Please sign in to comment.