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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
 +
== enum [http://www.fabglib.org/group___enumerations_gacca22cd3567afc98587db31349ba00c7.html#gacca22cd3567afc98587db31349ba00c7 MCPIntTrigger] ==
 +
割り込みトリガーモードを表します。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|DefaultChange
 +
|Trig interrupt if GPIO is opposite of default value
 +
|-
 +
|PreviousChange
 +
|Trig interrupt if GPIO changes
 +
|}
 +
'''[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に定義されています。



戻る