Update VBAT schematic
This commit is contained in:
@@ -22,12 +22,15 @@
|
|||||||
* This board has no built-in way to read battery voltage.
|
* This board has no built-in way to read battery voltage.
|
||||||
* Nevertheless it's very easy to make it work, you only require two 1% resistors.
|
* Nevertheless it's very easy to make it work, you only require two 1% resistors.
|
||||||
*
|
*
|
||||||
* VSYS -- /\/\/\/\-- --+
|
* BAT+ -----+
|
||||||
|
* |
|
||||||
|
* VSYS --+ -/\/\/\/\- --+
|
||||||
* 200k |
|
* 200k |
|
||||||
* +-- GPIO28
|
* +-- GPIO28
|
||||||
* |
|
* |
|
||||||
* GND -- /\/\/\/\-- --+
|
* GND --+ -/\/\/\/\- --+
|
||||||
* 100k
|
* | 100k
|
||||||
|
* BAT- -----+
|
||||||
*/
|
*/
|
||||||
#define PIN_VBAT_READ 28
|
#define PIN_VBAT_READ 28
|
||||||
#define BATTERY_SAMPLES 8
|
#define BATTERY_SAMPLES 8
|
||||||
|
|||||||
Reference in New Issue
Block a user