Explorar el Código

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

[DeviceDrivers]添加pin开漏和下拉输入宏
MiraculousConch hace 8 años
padre
commit
8c334d9ab8
Se han modificado 1 ficheros con 1 adiciones y 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:
  * 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__