Add dummy battery module to the system...

Hopefully this can be modified to create the actual code needed to
monitor the battery of the argon-oneUp.
This commit is contained in:
Jeff Curless
2025-10-05 13:07:56 -04:00
parent 8210a471b5
commit a86f458c0e
3 changed files with 339 additions and 0 deletions

7
battery/Makefile Normal file
View File

@@ -0,0 +1,7 @@
obj-m += dummy_battery.o
# Build with:
# make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
# Clean:
# make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean