This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Updated for foo feature | |
# | |
# GPIO numbers should be from this list | |
# 0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 17, 18, 21, 22, 23, 24, 25 | |
# Note that the GPIO numbers that you program here refer to the pins | |
# of the BCM2835 and *not* the numbers on the pin header. | |
# So, if you want to activate GPIO7 on the header you should be | |
# using GPIO4 in this script. Likewise if you want to activate GPIO0 |