blob: 78c0beabe8a07f0ff4a3644ab907855f210fe193 [file] [log] [blame]
/* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
*
* Copyright (c) 2018 Vikrant More
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _APP_GPIO_H
#define _APP_GPIO_H
/* GPIO */
extern struct device *button_device[4];
extern struct device *led_device[4];
void app_gpio_init(void);
#endif