From b07438bd533bfec375cd71a060ae0ff080f52829 Mon Sep 17 00:00:00 2001 From: Jeff Curless <52426490+JeffCurless@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:05:50 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 719e1c3..b8a7370 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ A hacky little program to monitor nvme,fan and CPU temperature. ## Work that needs to be completed - [X] Get test_power.c code running and simualating a battery for the Raspberry PI -- [ ] Remove all unneeded code from the driver, called oneUpPower.c -- [ ] Fix the naming of all the internerals properly, and makes sure the battery tech, and manuacturer are correct -- [ ] Port python battery code to C -- [ ] Incorprate working C code into driver, and do all the plumbing +- [X] Remove all unneeded code from the driver, called oneUpPower.c +- [X] Fix the naming of all the internerals properly, and makes sure the battery tech, and manuacturer are correct +- [X] Port python battery code to C +- [X] Incorprate working C code into driver, and do all the plumbing +- [ ] Review python code to see if there is anything else that needs to be moved over. - [ ] Create an installer - [ ] Create an uninstaller