Skip to content

Commit

Permalink
Updated Pressure Arduino Onboard Voltage (#545)
Browse files Browse the repository at this point in the history
Fixed pressure arduino onboard voltage
  • Loading branch information
vedarshshah authored Apr 26, 2024
1 parent ee6093b commit ce3c287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Baud rate for serial communication with Blue Robotics Bar30 High-Resolution 300m Depth/Pressure Sensor
#define BAUD_RATE 9600
#define ONBOARD_VOLTAGE 4.5565 // Arduino onboard voltage (true output of 5V pin)
#define ONBOARD_VOLTAGE 4.655 // Arduino onboard voltage (true output of 5V pin)
#define VPIN 3 // voltage pin analog input
#define VOLTAGE_PERIOD 1000 // how often to print out voltage

Expand Down

0 comments on commit ce3c287

Please sign in to comment.