Skip to content

Commit

Permalink
deploy: f43f782
Browse files Browse the repository at this point in the history
  • Loading branch information
rlogiacco committed Jan 27, 2024
1 parent 6afb70c commit c7305eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div class="textblock"><p ><a class="anchor" id="md_README"></a> </p><blockquote class="doxtable">
<p >Please, before submitting a support request read carefully this README and check if an answer already exists among <a href="https://github.com/rlogiacco/BatterySense/discussions">previously answered questions</a>: do not abuse of the Github issue tracker. </p>
</blockquote>
<h1><a class="el" href="class_battery.html">Battery</a> Sense <a href="https://github.com/rlogiacco/BatterySense/stargazers"><img src="https://img.shields.io/github/stars/rlogiacco/BatterySense.svg?style=social&amp;label=Star" alt="GitHub stars" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/BatterySense/network"><img src="https://img.shields.io/github/forks/rlogiacco/BatterySense.svg?style=social&amp;label=Fork" alt="GitHub forks" style="pointer-events: none;" class="inline"/></a> <a href="https://twitter.com/intent/tweet?text=Roll%20your%20data%20on%20embedded%20devices%20easily!&amp;url=https://github.com/rlogiacco/BatterySense&amp;hashtags=IoT,Arduino,ESP8266,ESP32"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Tweet" style="pointer-events: none;" class="inline"/></a> </h1>
<h1><a class="el" href="class_battery.html">Battery</a> Sense <a href="https://github.com/rlogiacco/BatterySense/stargazers"><img src="https://img.shields.io/github/stars/rlogiacco/BatterySense.svg?style=social&amp;label=Star" alt="GitHub stars" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/BatterySense/network"><img src="https://img.shields.io/github/forks/rlogiacco/BatterySense.svg?style=social&amp;label=Fork" alt="GitHub forks" style="pointer-events: none;" class="inline"/></a> <a href="https://twitter.com/intent/tweet?text=Sense%20your%20battery%20on%20embedded%20devices%20easily!&amp;url=https://github.com/rlogiacco/BatterySense&amp;hashtags=IoT,Arduino,ESP8266,ESP32"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Tweet" style="pointer-events: none;" class="inline"/></a> </h1>
<p ><a href="https://github.com/rlogiacco/BatterySense/releases"><img src="https://img.shields.io/github/release/rlogiacco/BatterySense.svg" alt="GitHub version" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/BatterySense/releases/latest"><img src="https://img.shields.io/github/downloads/rlogiacco/BatterySense/total.svg" alt="GitHub download" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/BatterySense/stargazers"><img src="https://img.shields.io/github/stars/rlogiacco/BatterySense.svg" alt="GitHub stars" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/BatterySense/issues"><img src="https://img.shields.io/github/issues/rlogiacco/BatterySense.svg" alt="GitHub issues" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/BatterySense/actions/workflows/main.yml"><img src="https://github.com/rlogiacco/BatterySense/actions/workflows/main.yml/badge.svg" alt="Build Status" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/BatterySense/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-LGPL%203-blue.svg" alt="License" style="pointer-events: none;" class="inline"/></a></p>
<p >This is a simple Arduino library to monitor the battery consumption of your battery-powered projects, being LiPo, LiIon, NiCd or any other battery type, single or multiple cells: if it can power your Arduino you can monitor it!</p>
<p >The principle is simple: we are going to measure our battery capacity by measuring the voltage across the battery terminals.</p>
Expand Down

0 comments on commit c7305eb

Please sign in to comment.