Revision cf1f756b include/alld_bq27500.h

View differences:

include/alld_bq27500.h
200 200
 * @brief BQ27500 Driver struct.
201 201
 */
202 202
typedef struct {
203
  apalI2CDriver_t* i2cd;          /**< @brief I2C driver to access the BQ27500 */
204
  apalControlGpio_t gpio_batlow;  /**< @brief Gpio to indicate whether the battery is low  */
205
  apalControlGpio_t gpio_batgood; /**< @brief Gpio to indicate whether the battery is good */
203
  apalI2CDriver_t* i2cd;            /**< @brief I2C driver to access the BQ27500 */
204
  apalControlGpio_t* gpio_batlow;   /**< @brief Gpio to indicate whether the battery is low  */
205
  apalControlGpio_t* gpio_batgood;  /**< @brief Gpio to indicate whether the battery is good */
206 206
} BQ27500Driver;
207 207

  
208 208
/**

Also available in: Unified diff