2019-03-31 15:44:24 +08:00
|
|
|
/*
|
2019-04-07 00:37:43 +08:00
|
|
|
* Copyright (c) 2006-2019, RT-Thread Development Team
|
2019-03-31 15:44:24 +08:00
|
|
|
*
|
2019-04-07 00:37:43 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2019-03-31 15:44:24 +08:00
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2015-01-05 Bernard the first version
|
|
|
|
*/
|
|
|
|
#ifndef GPIO_H__
|
|
|
|
#define GPIO_H__
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|