
Go to the source code of this file.
Typedefs | |
| typedef void(* | Pi_Renc_CB_t) (int) |
| typedef struct _Pi_Renc_s | Pi_Renc_t |
Functions | |
| Pi_Renc_t * | Pi_Renc (int gpioA, int gpioB, Pi_Renc_CB_t callback) |
| void | Pi_Renc_cancel (Pi_Renc_t *renc) |
| typedef void(* Pi_Renc_CB_t) (int) |
Definition at line 4 of file rotary_encoder.h.
| typedef struct _Pi_Renc_s Pi_Renc_t |
Definition at line 8 of file rotary_encoder.h.
| Pi_Renc_t* Pi_Renc | ( | int | gpioA, |
| int | gpioB, | ||
| Pi_Renc_CB_t | callback | ||
| ) |
Definition at line 57 of file rotary_encoder.c.
| void Pi_Renc_cancel | ( | Pi_Renc_t * | renc | ) |
Definition at line 84 of file rotary_encoder.c.