Android Things Pin naming convention
Asked Answered
C

1

2

Why different boards have different GPIO names in Android Things?

For example, in Raspberry PI 3, there are BCM6, while Intel Edison with the Arduino breakout has IO12, IO13, etc.

Cellulous answered 13/12, 2016 at 17:32 Comment(0)
C
5

GPIO (and other peripheral port handle) are named after the SOC/SOM documentation for each supported board.

Boards like the Edison Arduino breakout or the Sparkfun Edison Pi block have the same pin name directly on their silk screen.

When this information is missing, you can consult the pinout reference in the reference documentation:

Or popular online references like https://pinout.xyz

Cellulous answered 13/12, 2016 at 17:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.