Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rlogiacco authored Jan 22, 2024
1 parent 762e8ce commit a10e9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,10 @@ Having two batteries in parallel doesn't change anything in terms of provided vo
Battery batt = Battery(4200, 3300, SENSE_PIN, ADC_RESOLUTION);

void setup() {
analogReadResolution(ADC_RESOLUTION);
batt.onDemand(ACTIVATION_PIN, HIGH);
batt.begin(3300, 1.47, &asigmoidal);
}
```

And [this is the reference circuit](https://www.falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcAmWDLMgZgBxmcgCxg4CcS6IFkVApgLRhgBQA7iFgsiAYR1+ADsANnDMAZj0HciNTjMI0IYaEhgZmAJykKayaUNF7MkNjsP9uYEVGYAZcKRkJRYYXpdRwIcQEMANgDOtFS2AC48ijye+s5G3jDC+ISkkGBYaYQ4CIRJUNDCioI4kKRM0lxOrnAgACa0fgCu-mFakR6uTtHxBHBmseYD8rbaw8iewxl8chltk5B8kwJK8GbzfIRZHAs8zABuVMg4lofH1vE0UYTQ3DR3qmsC5yBZSjamAB7ghDKcQsfIXAvcDHACCAGEACrML5YLpYI4vBBYDhYCB8EggADKAFEAHK4mFUQhIfQQBDFKQbEEgABCoOh7CGAiWt0e3GGrxOLAOXM5JQsdxelxuXnuCDMfIEXGOw1M2i5zxlgvADFIzAA9t5Cl5FKRSPlhON8nAjWoeN4sMwgZiAGIQOQvUWMEAANQ1LV8AHNaNazhB7V4UddbiAADqmIA) we would implement.
And [this is the reference circuit](https://www.falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcAmWDLMgZgBxmcgCxg4CcS6IFkVApgLRhgBQA7iFgsiAYR1+ADsANnDMAZj0HciNTjMI0IYaEhgZmAJykKayaUNF7MkNjsP9uYEVGYAZcKRkJRYYXpdRwIcQEMANgDOtFS2AC48ijye+s5G3jDC+ISkkGBYaYQ4CIRJUNDCioI4kKRM0lxOrnAgACa0fgCu-mFakR6uTtHxBHBmseYD8rbaw8iewxl8chltk5B8kwJK8GbzfIRZHAs8zABuVMg4lofH1vE0UYTQ3DR3qmsC5yBZSjamAB7ghDKcQsfIXAvcDHACCAGEACrML5YLpYI4vBBYDhYCB8EggADKAFEAHK4mFUQhIfQQBDFKQbEEgABCoOh7CGAiWt0e3GGrxOLAOXM5JQsdxelxuXnuCDMfIEXGOw1M2i5zxlgvADFIzAA9t5Cl5FKRSPlhON8nAjWoeN4sMwgZiAGIQOQvUWMEAANQ1LV8AHNaNazhB7V4UddbiAADqmIA) we would implement.

0 comments on commit a10e9f3

Please sign in to comment.