Changes

77 bytes removed ,  17:52, 23 March 2018
Fix i2c
Line 242: Line 242:  
|}
 
|}
   −
= i2c =
+
= i2c, i2c:pcv =
 
This is "nn::i2c::IManager".
 
This is "nn::i2c::IManager".
   Line 256: Line 256:  
|-
 
|-
 
| 3 || HasDeviceForDev
 
| 3 || HasDeviceForDev
 +
|}
 +
 +
== II2cSession ==
 +
This is "nn::i2c::ISession".
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || Send
 +
|-
 +
| 1 || Receive
 +
|-
 +
| 2 || ExecuteCommandList
 +
|-
 +
| 10 || SendAuto
 +
|-
 +
| 11 || ReceiveAuto
 +
|-
 +
| 12 || ExecuteCommandListAuto
 
|}
 
|}
    
== Known Devices ==
 
== Known Devices ==
   
{| class="wikitable sortable" border="1"
 
{| class="wikitable sortable" border="1"
 
|-
 
|-
Line 320: Line 339:     
This table is believed to be complete - entries with empty "Used by" column haven't been seen being used (devices not present on switch?).
 
This table is believed to be complete - entries with empty "Used by" column haven't been seen being used (devices not present on switch?).
  −
== II2cSession ==
  −
This is "nn::i2c::ISession".
  −
  −
{| class="wikitable" border="1"
  −
|-
  −
! Cmd || Name
  −
|-
  −
| 0 ||
  −
|-
  −
| 1 ||
  −
|-
  −
| 2 ||
  −
|-
  −
| 3 || Send
  −
|-
  −
| 4 || Receive
  −
|-
  −
| 5 || ExecuteCommandList
  −
|}
  −
  −
= i2c:pcv =
  −
{| class="wikitable" border="1"
  −
|-
  −
! Cmd || Name
  −
|-
  −
| 0 ||
  −
|-
  −
| 1 ||
  −
|-
  −
| 2 ||
  −
|-
  −
| 10 ||
  −
|-
  −
| 11 ||
  −
|-
  −
| 12 ||
  −
|}
      
= uart =
 
= uart =
Line 441: Line 422:     
== Known Channels ==
 
== Known Channels ==
   
{| class="wikitable sortable" border="1"
 
{| class="wikitable sortable" border="1"
 
|-
 
|-