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

Dependencies:   mbed UIT_SetOutputPortType

Revision:
6:8ae23c39581a
Parent:
4:b8b4d42fa9fd
Child:
7:4a4d46e27801
--- a/main.cpp	Mon Jun 05 07:25:50 2017 +0000
+++ b/main.cpp	Sat Sep 29 04:46:44 2018 +0000
@@ -3,7 +3,7 @@
 // (Example of global functions for setting the output port bit
 //  as open-drain or push-pull)
 //
-// 2017/05/19, Copyright (c) 2017 MIKAMI, Naoki
+// 2018/09/29, Copyright (c) 2018 MIKAMI, Naoki
 //---------------------------------------------------------------------------------
 
 #include "SetOutputPortType.hpp"