Skip to content

Commit

Permalink
added gitignore and remove .csv
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninPvr committed Dec 7, 2024
1 parent 63219a3 commit 50315c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# CSV files
*.csv
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,23 @@ The terminal interface displays real-time battery data and log file size. It is
====================== BATTERY LOGGER =====================
Interval: 10 seconds
Battery Path: /sys/class/power_supply/BAT0
Start Time: Fri Dec 6 07:11:16 PM EST 2024
Start Time: Fri Dec 6 07:31:27 PM EST 2024
===========================================================
Log File: battery_log.csv
Current Log File Size: 4.0K

=================== Current Battery Data ==================
| Metric | Value (converted) | Raw Value |
|----------------|--------------------|-------------------|
| current_now | 935.000 mA | 935000 |
| charge_now | 4364.000 mAh | 4364000 |
| voltage_now | 16.312 V | 16312000 |
| capacity | 80 % |
| current_now | 1089.000 mA | 1089000 |
| charge_now | 4073.000 mAh | 4073000 |
| voltage_now | 16.071 V | 16071000 |
| capacity | 75 % |
===========================================================
temperature : 27.8 °C
charging status : Discharging
===========================================================
Progress: |####### | Remaining Time: 06:49
Progress: |########### | ETA: 01:36:21
```
## Notes
Expand Down
19 changes: 0 additions & 19 deletions battery_log.csv

This file was deleted.

0 comments on commit 50315c8

Please sign in to comment.