blob: 884e8dc84d787523fb0fafe36dd2b07af5864ecc [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 const struct device *button_device[4];
extern const struct device *led_device[4];
void app_gpio_init(void);
#endif