diff options
Diffstat (limited to 'host/docs/gpio_api.dox')
-rw-r--r-- | host/docs/gpio_api.dox | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/host/docs/gpio_api.dox b/host/docs/gpio_api.dox index 82e5fa253..b046e89b9 100644 --- a/host/docs/gpio_api.dox +++ b/host/docs/gpio_api.dox @@ -50,9 +50,9 @@ The +3.3V is for ESD clamping purposes only and not designed to deliver high cur ### Pin Mapping - Pin 1: +3.3V -- Pin 2: Reserved +- Pin 2: I2C SCL (3.3 V) - Pin 3: Data[5] -- Pin 4: Reserved +- Pin 4: I2C SDA (3.3 V) - Pin 5: Data[4] - Pin 6: Data[0] - Pin 7: Data[3] @@ -60,6 +60,11 @@ The +3.3V is for ESD clamping purposes only and not designed to deliver high cur - Pin 9: 0V - Pin 10: Data[2] +Pin 1 is connected to the shared +3.3V power rail and can be used to draw power. +The maximum current depends on the power used by the rest of the device, but +300-500 mA is generally safe. It is recommended to monitor the rail voltage +when drawing power from this pin. + \subsection e320_gpio_conn E320 External GPIO connector ### Front Panel GPIO Connections |