Revision 11500ad8 include/alld_bq27500.h

View differences:

include/alld_bq27500.h
209 209
 */
210 210
typedef struct {
211 211
  apalI2CDriver_t* i2cd;            /**< @brief I2C driver to access the BQ27500 */
212
  apalControlGpio_t* gpio_batlow;   /**< @brief Gpio to indicate whether the battery is low  */
213
  apalControlGpio_t* gpio_batgood;  /**< @brief Gpio to indicate whether the battery is good */
212
  const apalControlGpio_t* gpio_batlow;   /**< @brief Gpio to indicate whether the battery is low  */
213
  const apalControlGpio_t* gpio_batgood;  /**< @brief Gpio to indicate whether the battery is good */
214 214
} BQ27500Driver;
215 215

  
216 216
/**

Also available in: Unified diff