Skip to content

Commit

Permalink
smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenguy committed Sep 29, 2024
1 parent edcb93b commit ac0194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ina219/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {
for {
busVoltage, shuntVoltage, current, power, err := dev.Measurements()
if err != nil {
println("Error reading measurements")
println("Error reading measurements", err)
}

println("Bus Voltage:", busVoltage, "V")
Expand Down

0 comments on commit ac0194f

Please sign in to comment.