gpio.h 182 字节
Newer Older
1
/*
2
 * Copyright (c) 2006-2021, RT-Thread Development Team
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
5 6 7 8 9 10 11 12 13
 *
 */

#ifndef __GPIO_H__
#define __GPIO_H__

int rt_hw_gpio_init(void);

#endif