Skip to content

ptfn/battery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battery

The program displays the battery status and percentage. The program also displays notifications about charging, discharging and low battery level.

Build

To build a program, you need to add the full PROJECT_PATH in the code line. And only after that you can start building the program.

mkdir build && cd build
cmake ..
make