Update README.md

This commit is contained in:
Jeff Curless
2026-02-01 10:14:58 -05:00
committed by GitHub
parent 2cc4f6bbc6
commit 4c32adb5e5

View File

@@ -4,7 +4,7 @@ This repository contains all data related to the ONE UP laptop by Argon40
## Battery ## Battery
Currently working on making a bettey driver for the system, so that we can monitor the battery using the standard toolbar plugin. The basis of the driver is from the test_power.c driver that lives in the linux kernel tree. The test code appears to be workng on non-trixie versions of the OS. Once I have it working and cleaned up, I will be porting the python code from Argon40 to C for the driver to read the battery info in the same manner as they do. Currently working on making a battey driver for the system, so that we can monitor the battery using the standard toolbar plugin. The basis of the driver is from the test_power.c driver that lives in the linux kernel tree. The test code appears to be workng on non-trixie versions of the OS. Once I have it working and cleaned up, I will be porting the python code from Argon40 to C for the driver to read the battery info in the same manner as they do.
### Build Instructions ### Build Instructions