cleanup: include/: move gpio.h to drivers/gpio.h

move gpio.h to drivers/gpio.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-25 15:53:52 -04:00
commit 6aa9c3a68f
175 changed files with 652 additions and 637 deletions

View file

@ -6,7 +6,7 @@
#include <init.h>
#include "board.h"
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/printk.h>
static int efm32hg_slstk3400a_init(struct device *dev)

View file

@ -6,7 +6,7 @@
#include <init.h>
#include "board.h"
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/printk.h>
static int efm32pg_stk3402a_init(struct device *dev)

View file

@ -6,7 +6,7 @@
#include <init.h>
#include "board.h"
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/printk.h>
static int efm32wg_stk3800_init(struct device *dev)

View file

@ -6,7 +6,7 @@
#include <init.h>
#include "board.h"
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/printk.h>
static int efr32_slwstk6061a_init(struct device *dev)

View file

@ -6,7 +6,7 @@
#include <init.h>
#include <pinmux.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <fsl_port.h>
static int hexiwear_k64_pinmux_init(struct device *dev)

View file

@ -6,7 +6,7 @@
#include <zephyr.h>
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <logging/log.h>
LOG_MODULE_REGISTER(board_control, CONFIG_BOARD_PCA10090_LOG_LEVEL);

View file

@ -5,7 +5,7 @@
*/
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/printk.h>
#define VDD_PWR_CTRL_GPIO_PIN 30

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <gpio.h>
#include <drivers/gpio.h>
#include <uart.h>
#include <device.h>

View file

@ -6,7 +6,7 @@
*/
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "board.h"
static inline void external_antenna(bool on)

View file

@ -6,7 +6,7 @@
*/
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "board.h"
static inline void external_antenna(bool on)

View file

@ -6,7 +6,7 @@
*/
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "board.h"
static inline void external_antenna(bool on)

View file

@ -7,7 +7,7 @@
*/
#include <zephyr.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <uart.h>
#include <errno.h>

View file

@ -13,7 +13,7 @@
#include <pinmux.h>
#include <i2c.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <pwm.h>
#include <pinmux/pinmux.h>

View file

@ -12,7 +12,7 @@
#if defined(CONFIG_IEEE802154_CC2520)
#include <ieee802154/cc2520.h>
#include <gpio.h>
#include <drivers/gpio.h>
static struct cc2520_gpio_configuration cc2520_gpios[CC2520_GPIO_IDX_MAX] = {
{ .dev = NULL, .pin = DT_INST_0_TI_CC2520_VREG_EN_GPIOS_PIN, },

View file

@ -10,7 +10,7 @@
#include <device.h>
#include <i2c.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <audio/codec.h>
#include "tlv320dac310x.h"

View file

@ -6,7 +6,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <gpio.h>
#include <drivers/gpio.h>
#include <init.h>
#include <spi.h>
#include <misc/byteorder.h>

View file

@ -7,7 +7,7 @@
#include <kernel.h>
#include <device.h>
#include <spi.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define LOG_LEVEL CONFIG_CAN_LOG_LEVEL
#include <logging/log.h>

View file

@ -12,7 +12,7 @@
#include <logging/log.h>
LOG_MODULE_REGISTER(display_ili9340);
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/byteorder.h>
#include <spi.h>
#include <string.h>

View file

@ -13,7 +13,7 @@
#include <zephyr.h>
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <device.h>
#include <string.h>
#include <misc/printk.h>

View file

@ -11,7 +11,7 @@ LOG_MODULE_REGISTER(ssd1306);
#include <string.h>
#include <device.h>
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include "ssd1306_regs.h"

View file

@ -12,7 +12,7 @@ LOG_MODULE_REGISTER(ssd1673);
#include <device.h>
#include <display.h>
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <spi.h>
#include <misc/byteorder.h>

View file

@ -15,7 +15,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
#include <device.h>
#include <string.h>
#include <errno.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <spi.h>
#include <net/net_pkt.h>
#include <net/net_if.h>

View file

@ -6,7 +6,7 @@
*/
#include <kernel.h>
#include <gpio.h>
#include <drivers/gpio.h>
#ifndef _ENC28J60_
#define _ENC28J60_

View file

@ -13,7 +13,7 @@
#include <device.h>
#include <init.h>
#include <soc.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "gpio_utils.h"
#include "altera_avalon_pio_regs.h"

View file

@ -17,7 +17,7 @@
#include <soc.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "gpio_utils.h"
typedef void (*config_func_t)(struct device *dev);

View file

@ -8,7 +8,7 @@
#include <misc/__assert.h>
#include <device.h>
#include <errno.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <driverlib/gpio.h>
#include <driverlib/interrupt.h>

View file

@ -6,7 +6,7 @@
#include <toolchain/gcc.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <init.h>
#include <soc.h>
#include <sys/sys_io.h>

View file

@ -6,7 +6,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <init.h>
#include <kernel.h>
#include <sys/sys_io.h>

View file

@ -8,7 +8,7 @@
#include <device.h>
#include <errno.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <init.h>
#include <soc.h>
#include <clock_control/arm_clock_control.h>

View file

@ -6,7 +6,7 @@
#ifndef ZEPHYR_DRIVERS_GPIO_GPIO_CMSDK_AHB_H_
#define ZEPHYR_DRIVERS_GPIO_GPIO_CMSDK_AHB_H_
#include <gpio.h>
#include <drivers/gpio.h>
#ifdef __cplusplus
extern "C" {

View file

@ -7,7 +7,7 @@
#include <errno.h>
#include <kernel.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "gpio_dw.h"
#include "gpio_utils.h"

View file

@ -8,7 +8,7 @@
#define ZEPHYR_DRIVERS_GPIO_GPIO_DW_H_
#include <zephyr/types.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "gpio_dw_registers.h"
#ifdef CONFIG_PCI

View file

@ -13,7 +13,7 @@
#include <soc.h>
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <kernel.h>
#include <misc/util.h>
#include <pinmux.h>

View file

@ -5,7 +5,7 @@
*/
#include <errno.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <em_gpio.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <gpio.h>
#include <drivers/gpio.h>
#include <syscall_handler.h>
Z_SYSCALL_HANDLER(gpio_config, port, access_op, pin, flags)

View file

@ -9,7 +9,7 @@
* @brief GPIO driver for the HT16K33 I2C LED driver with keyscan
*/
#include <gpio.h>
#include <drivers/gpio.h>
#include <zephyr.h>
#define LOG_LEVEL CONFIG_GPIO_LOG_LEVEL

View file

@ -6,7 +6,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <gpio_imx.h>

View file

@ -22,7 +22,7 @@
#define GPIO_INTEL_APL_NR_SUBDEVS 10
#include <errno.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <sys/sys_io.h>
#include <misc/__assert.h>

View file

@ -6,7 +6,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include "gpio_utils.h"

View file

@ -7,7 +7,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <fsl_common.h>
#include <fsl_port.h>

View file

@ -6,7 +6,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <fsl_common.h>
#include <fsl_gpio.h>

View file

@ -15,7 +15,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <fsl_common.h>
#include "gpio_utils.h"

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <gpio.h>
#include <drivers/gpio.h>
#include <hal/nrf_gpio.h>
#include <hal/nrf_gpiote.h>

View file

@ -14,7 +14,7 @@
#include <device.h>
#include <init.h>
#include <misc/util.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include "gpio_pcal9535a.h"

View file

@ -13,7 +13,7 @@
#include <kernel.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#ifdef __cplusplus

View file

@ -8,7 +8,7 @@
#include <device.h>
#include <drivers/interrupt_controller/ioapic.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <init.h>
#include <sys/sys_io.h>
#include <misc/util.h>

View file

@ -6,7 +6,7 @@
#include <errno.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <misc/util.h>

View file

@ -8,7 +8,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <fsl_common.h>
#include <fsl_port.h>

View file

@ -9,7 +9,7 @@
#include <device.h>
#include <init.h>
#include <soc.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "gpio_utils.h"

View file

@ -6,7 +6,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <interrupt_controller/sam0_eic.h>

View file

@ -12,7 +12,7 @@
#include <zephyr/types.h>
#include <kernel.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define GPIO_SCH_REG_GEN (0x00)
#define GPIO_SCH_REG_GIO (0x04)

View file

@ -9,7 +9,7 @@
#include <init.h>
#include <string.h>
#include <stdio.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <stdlib.h>
#include <ctype.h>
#include <logging/log.h>

View file

@ -12,7 +12,7 @@
#include <kernel.h>
#include <device.h>
#include <soc.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/util.h>
#include "gpio_utils.h"

View file

@ -6,7 +6,7 @@
#include <errno.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <soc.h>
#include <sys/sys_io.h>
#include "gpio_utils.h"

View file

@ -9,7 +9,7 @@
#include <kernel.h>
#include <device.h>
#include <soc.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <clock_control/stm32_clock_control.h>
#include <pinmux/stm32/pinmux_stm32.h>
#include <pinmux.h>

View file

@ -13,7 +13,7 @@
#include <clock_control/stm32_clock_control.h>
#include <pinmux/stm32/pinmux_stm32.h>
#include <gpio.h>
#include <drivers/gpio.h>
/* GPIO buses definitions */

View file

@ -9,7 +9,7 @@
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include <misc/byteorder.h>
#include <misc/util.h>

View file

@ -12,7 +12,7 @@
#include <soc.h>
#include <errno.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <gpio/gpio_esp32.h>
#include <i2c.h>
#include <misc/util.h>

View file

@ -22,7 +22,7 @@
#include <device.h>
#include <errno.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include "i2c_bitbang.h"

View file

@ -27,7 +27,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
#include <random/rand32.h>
#include <spi.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <net/ieee802154_radio.h>

View file

@ -26,7 +26,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
#include <string.h>
#include <random/rand32.h>
#include <gpio.h>
#include <drivers/gpio.h>
#ifdef CONFIG_IEEE802154_CC2520_CRYPTO

View file

@ -26,7 +26,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
#include <string.h>
#include <random/rand32.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <net/ieee802154_radio.h>

View file

@ -9,7 +9,7 @@
* @brief LED driver for the HT16K33 I2C LED driver with keyscan
*/
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include <kernel.h>
#include <led.h>

View file

@ -14,7 +14,7 @@ LOG_MODULE_REGISTER(ws2812b_sw);
#include <zephyr.h>
#include <soc.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <device.h>
#include <drivers/clock_control.h>

View file

@ -15,7 +15,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
#include <ctype.h>
#include <errno.h>
#include <zephyr.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <device.h>
#include <init.h>

View file

@ -15,7 +15,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
#include <ctype.h>
#include <errno.h>
#include <zephyr.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <device.h>
#include <init.h>

View file

@ -15,7 +15,7 @@
#include <errno.h>
#include <pwm.h>
#include <kernel.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <string.h>
#define PWM_ESP32_HSCH_HPOINT(i) (LEDC_HSCH0_HPOINT_REG + (0x14 * i))

View file

@ -11,7 +11,7 @@
#ifndef ZEPHYR_DRIVERS_PWM_PWM_PCA9685_H_
#define ZEPHYR_DRIVERS_PWM_PWM_PCA9685_H_
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#ifdef __cplusplus

View file

@ -9,7 +9,7 @@
#include <zephyr/types.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
/* ADT7420 registers */
#define ADT7420_REG_TEMP_MSB 0x00 /* Temperature value MSB */

View file

@ -5,7 +5,7 @@
*/
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include <misc/util.h>
#include <kernel.h>

View file

@ -9,7 +9,7 @@
#include <string.h>
#include <sensor.h>
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/byteorder.h>
#include <misc/__assert.h>
#include <spi.h>

View file

@ -9,7 +9,7 @@
#include <zephyr/types.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <spi.h>
#define ADXL362_SLAVE_ID 1

View file

@ -5,7 +5,7 @@
*/
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/util.h>
#include <kernel.h>
#include <sensor.h>

View file

@ -8,7 +8,7 @@
#include <string.h>
#include <sensor.h>
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/printk.h>
#include <misc/__assert.h>
#include <stdlib.h>

View file

@ -9,7 +9,7 @@
#include <zephyr/types.h>
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <spi.h>
#include <i2c.h>
#include <misc/util.h>

View file

@ -5,7 +5,7 @@
*/
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/util.h>
#include <kernel.h>
#include <sensor.h>

View file

@ -7,7 +7,7 @@
#include <string.h>
#include <device.h>
#include <i2c.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/byteorder.h>
#include <misc/util.h>
#include <kernel.h>

View file

@ -8,7 +8,7 @@
#define ZEPHYR_DRIVERS_SENSOR_AMG88XX_AMG88XX_H_
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/util.h>
#define AMG88XX_I2C_ADDRESS CONFIG_AMG88XX_I2C_ADDR

View file

@ -6,7 +6,7 @@
*/
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include <misc/util.h>
#include <kernel.h>

View file

@ -8,7 +8,7 @@
#ifndef ZEPHYR_DRIVERS_SENSOR_APDS9960_APDS9960_H_
#define ZEPHYR_DRIVERS_SENSOR_APDS9960_APDS9960_H_
#include <gpio.h>
#include <drivers/gpio.h>
#define APDS9960_ENABLE_REG 0x80
#define APDS9960_ENABLE_GEN BIT(6)

View file

@ -5,7 +5,7 @@
*/
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include <misc/util.h>
#include <kernel.h>

View file

@ -10,7 +10,7 @@
#include <device.h>
#include <misc/util.h>
#include <zephyr/types.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define BMA280_I2C_ADDRESS CONFIG_BMA280_I2C_ADDR

View file

@ -16,7 +16,7 @@
#include <misc/byteorder.h>
#include <misc/__assert.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <logging/log.h>
#include "bmc150_magn.h"

View file

@ -5,7 +5,7 @@
*/
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/util.h>
#include <kernel.h>
#include <sensor.h>

View file

@ -10,7 +10,7 @@
#include <kernel.h>
#include <sensor.h>
#include <init.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/byteorder.h>
#include <misc/__assert.h>

View file

@ -11,7 +11,7 @@
*/
#include "bme680.h"
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include <init.h>
#include <kernel.h>

View file

@ -10,7 +10,7 @@
#define ZEPHYR_DRIVERS_SENSOR_BMG160_BMG160_H_
#include <i2c.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/util.h>
/* registers */

View file

@ -8,7 +8,7 @@
#ifndef ZEPHYR_DRIVERS_SENSOR_BMI160_BMI160_H_
#define ZEPHYR_DRIVERS_SENSOR_BMI160_BMI160_H_
#include <gpio.h>
#include <drivers/gpio.h>
#include <spi.h>
#include <misc/util.h>

View file

@ -7,7 +7,7 @@
#include <kernel.h>
#include <sensor.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include "bmi160.h"

View file

@ -20,7 +20,7 @@
#include <sensor.h>
#include <misc/byteorder.h>
#include <misc/__assert.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define BMM150_REG_CHIP_ID 0x40
#define BMM150_CHIP_ID_VAL 0x32

View file

@ -5,7 +5,7 @@
*/
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <i2c.h>
#include <kernel.h>
#include <misc/byteorder.h>

View file

@ -8,7 +8,7 @@
#define ZEPHYR_DRIVERS_SENSOR_CCS811_CCS811_H_
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/util.h>
/* Registers */

View file

@ -5,7 +5,7 @@
*/
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/byteorder.h>
#include <misc/util.h>
#include <sensor.h>

View file

@ -8,7 +8,7 @@
#define ZEPHYR_DRIVERS_SENSOR_CCS8ZEPHYR_DRIVERS_SENSOR_ENS210_ENS210_H_11_CCS811_H_
#include <device.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <misc/util.h>
/* Registers */

View file

@ -6,7 +6,7 @@
#include <sensor.h>
#include <i2c.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define FXAS21002_REG_STATUS 0x00
#define FXAS21002_REG_OUTXMSB 0x01

View file

@ -6,7 +6,7 @@
#include <sensor.h>
#include <i2c.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define FXOS8700_REG_STATUS 0x00
#define FXOS8700_REG_OUTXMSB 0x01

View file

@ -10,7 +10,7 @@
#include <device.h>
#include <misc/util.h>
#include <zephyr/types.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define HMC5883L_I2C_ADDR 0x1E

View file

@ -13,7 +13,7 @@
#include <i2c.h>
#include <misc/byteorder.h>
#include <kernel.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <logging/log.h>
#include "hp206c.h"

View file

@ -10,7 +10,7 @@
#include <device.h>
#include <misc/util.h>
#include <zephyr/types.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define HTS221_AUTOINCREMENT_ADDR BIT(7)

View file

@ -12,7 +12,7 @@
#include <device.h>
#include <kernel.h>
#include <sensor.h>
#include <gpio.h>
#include <drivers/gpio.h>
#define ISL29035_I2C_ADDRESS 0x44

Some files were not shown because too many files have changed in this diff Show more