Revision cf1f756b include/alld_bq24103a.h
| include/alld_bq24103a.h | ||
|---|---|---|
| 37 | 37 |
* @brief The BQ24103A driver struct. |
| 38 | 38 |
*/ |
| 39 | 39 |
typedef struct {
|
| 40 |
apalControlGpio_t gpio_enabled; /**< @brief GPIO to enable/disable the bq24103a */
|
|
| 41 |
apalControlGpio_t gpio_charge_status; /**< @brief GPIO showing the status of the bq24103a */
|
|
| 40 |
apalControlGpio_t* gpio_enabled; /**< @brief GPIO to enable/disable the bq24103a */
|
|
| 41 |
apalControlGpio_t* gpio_charge_status; /**< @brief GPIO showing the status of the bq24103a */
|
|
| 42 | 42 |
} BQ24103ADriver; |
| 43 | 43 |
|
| 44 | 44 |
/** |
Also available in: Unified diff