「App:Library:FabGL:Enumerations:MCPIntTrigger」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
1行目: 1行目:
== enum MCPIntTrigger ==
+
== enum [http://www.fabglib.org/group___enumerations_gacca22cd3567afc98587db31349ba00c7.html#gacca22cd3567afc98587db31349ba00c7 MCPIntTrigger] ==
 
割り込みトリガーモードを表します。
 
割り込みトリガーモードを表します。
 
{| class="wikitable"
 
{| class="wikitable"
10行目: 10行目:
 
|Trig interrupt if GPIO changes
 
|Trig interrupt if GPIO changes
 
|}
 
|}
'''[http://www.fabglib.org/_m_c_p23_s17_8h_source.html#l00135 line135 of file MCP23S17.h]'''に定義されています。
+
'''[http://www.fabglib.org/_m_c_p23_s17_8h_source.html#l00135 line 135 of file MCP23S17.h]'''に定義されています。
  
  
  
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

2022年3月21日 (月) 23:36時点における最新版

enum MCPIntTrigger

割り込みトリガーモードを表します。

Enumerator
DefaultChange Trig interrupt if GPIO is opposite of default value
PreviousChange Trig interrupt if GPIO changes

line 135 of file MCP23S17.hに定義されています。



戻る