pinout.vvzero.com/src/en/pin/pin-3.md

7 lines
250 B
Markdown
Raw Normal View History

2015-03-25 08:29:41 +08:00
SDA is one of the i2c pins on the Pi, [learn more about i2c](/pinout/i2c).
2015-02-25 06:07:11 +08:00
It's easy to get started writing a digital HIGH or LOW to a GPIO pin, but you've got to remember a few things:
* Run your script as root
* Set your pin's mode to OUTPUT (1)