mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
8 lines
215 B
C
8 lines
215 B
C
#pragma once
|
|
|
|
#include "../../module.h"
|
|
#include "../../particle.h"
|
|
|
|
struct module *module_battery(
|
|
const char *battery, struct particle *label,
|
|
int poll_interval_secs, int left_spacing, int right_spacing);
|