Browse Source

[DeviceDrivers]添加pin开漏和下拉输入宏

[DeviceDrivers]添加pin开漏和下拉输入宏
MiraculousConch 7 years ago
parent
commit
8c334d9ab8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/drivers/include/drivers/pin.h

+ 1 - 0
components/drivers/include/drivers/pin.h

@@ -20,6 +20,7 @@
  * Change Logs:
  * Date           Author       Notes
  * 2015-01-20     Bernard      the first version
+ * 2017-10-20      ZYH          add mode open drain and input pull down
  */
 
 #ifndef PIN_H__