出力ポートを,オープンドレインまたはプッシュプルに設定するグローバル関数の使用例. Example of global functions for setting the output port bits as open-drain or push-pull.

Dependencies:   mbed UIT_SetOutputPortType

Revision:
4:b8b4d42fa9fd
Parent:
3:f9dc19059c3b
Child:
6:8ae23c39581a
--- a/main.cpp	Fri Oct 21 07:55:02 2016 +0000
+++ b/main.cpp	Fri May 19 13:42:26 2017 +0000
@@ -3,7 +3,7 @@
 // (Example of global functions for setting the output port bit
 //  as open-drain or push-pull)
 //
-// 2016/10/21, Copyright (c) 2016 MIKAMI, Naoki
+// 2017/05/19, Copyright (c) 2017 MIKAMI, Naoki
 //---------------------------------------------------------------------------------
 
 #include "SetOutputPortType.hpp"