Explorar o código

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

[DeviceDrivers]添加pin开漏和下拉输入宏
MiraculousConch %!s(int64=8) %!d(string=hai) anos
pai
achega
8c334d9ab8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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__