瀏覽代碼

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

[DeviceDrivers]添加pin开漏和下拉输入宏
MiraculousConch 8 年之前
父節點
當前提交
8c334d9ab8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/drivers/include/drivers/pin.h

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

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