I2C Services: Difference between revisions
TimmSkiller (talk | contribs) |
TimmSkiller (talk | contribs) Add common errors |
||
| Line 48: | Line 48: | ||
|} | |} | ||
Each I2C service can only access certain I2C [[I2C_Registers|device(s)]] | Each I2C service can only access certain I2C [[I2C_Registers|device(s)]]. | ||
= I2C Service = | = I2C Service = | ||
| Line 105: | Line 105: | ||
Command 0x00150080 is also used for reading ZL, ZR, and C-stick data by [[IR Services]]. | Command 0x00150080 is also used for reading ZL, ZR, and C-stick data by [[IR Services]]. | ||
= Common Result Values = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Result code !! Description | |||
|- | |||
| 0xE0A02FEA || The current session is not permitted to access the specified device ID. | |||
|- | |||
| 0xF9602FEF || Communication error. Device may not be connected. | |||
|} | |||