From d4f8def47c6501df5c0e57d89433839dd17c8a93 Mon Sep 17 00:00:00 2001 From: Jeff Curless <52426490+JeffCurless@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:12:45 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4cce87b..1892b5b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This repository contains all data related to the ONE UP laptop by Argon40 +## 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. + ## config This directory contains changes I make to the /boot/firmware/config.txt file @@ -14,3 +18,4 @@ A growing set of FIO jobs to help test performance on a number of different NVME A hacky little program to monitor nvme,fan and CPU temperature. +