From 770a386b3b50cd0747941cd47ad741c7fdf16c53 Mon Sep 17 00:00:00 2001 From: Jon Neal Date: Tue, 10 Oct 2017 20:22:47 -0400 Subject: [PATCH] Change Vbat_sense line of MCP72871 to input instead of bidirectional. The datasheet claims it is an I/O, but the block diagram shows it as input only. ERC complains if you use it as intended (bidi can't be tied to a Power Out pin) which this fixes. --- library/Battery_Management.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Battery_Management.lib b/library/Battery_Management.lib index 9b0cdb39..679d90ce 100644 --- a/library/Battery_Management.lib +++ b/library/Battery_Management.lib @@ -1035,7 +1035,7 @@ X PROG3 12 -700 0 100 R 50 50 1 1 B X PROG1 13 -700 200 100 R 50 50 1 1 B X VBAT 14 700 300 100 L 50 50 1 1 w X VBAT 15 700 300 100 L 50 50 1 1 P N -X Vbat_SENSE 16 700 100 100 L 50 50 1 1 B +X Vbat_SENSE 16 700 100 100 L 50 50 1 1 I X CE 17 -700 -600 100 R 50 50 1 1 I X IN 18 0 900 100 D 50 50 1 1 W X IN 19 0 900 100 D 50 50 1 1 P N