Merge pull request #1302 from liu2guang/master

[BSP] fix pin drive bug and add interrupt mode. | 修复PIN驱动BUG并添加中断模式.
This commit is contained in:
Tanek
2018-03-20 10:53:59 +08:00
committed by GitHub
2 changed files with 450 additions and 12 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -10,6 +10,7 @@
* Change Logs:
* Date Author Notes
* 2018-03-13 Liuguang the first version.
* 2018-03-19 Liuguang add GPIO interrupt mode support.
*/
#ifndef __DRV_PIN_H__