Skip to content

Commit

Permalink
modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
geraked committed Mar 26, 2021
1 parent 19bb939 commit 34da3f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
![GitHub release (latest by date)](https://img.shields.io/github/v/release/geraked/application-batteryban)

It's a single page app that controls the Battery Percentage of Android devices. It sends signals through UART to the microcontroller (MCU).

When the MCU receives `1`, It must connect the charger and when receives `0`, must cut-off the charger. So design your board and program the MCU to do Sth like this.😉

Source of the project is available, just open the `src` folder as a project in Android Studio and start modifying.

<p align="center">
<img src="docs/demo.gif" alt="demo">
<img src="docs/demo.gif" width="250px" alt="demo">
</p>

## Release
Expand Down

0 comments on commit 34da3f5

Please sign in to comment.