
Go to the source code of this file.
Macros | |
| #define | GPIO 25 |
| #define | MAX_READING 1000 |
Functions | |
| void | callback (int gpio, int level, uint32_t tick) |
| int | main (int argc, char *argv[]) |
Variables | |
| static uint32_t | rechargeTick = 0 |
| #define GPIO 25 |
Definition at line 22 of file pot_cap_charge.c.
| #define MAX_READING 1000 |
Definition at line 24 of file pot_cap_charge.c.
| void callback | ( | int | gpio, |
| int | level, | ||
| uint32_t | tick | ||
| ) |
Definition at line 28 of file pot_cap_charge.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 65 of file pot_cap_charge.c.
|
static |
Definition at line 26 of file pot_cap_charge.c.