Skip to content

GPIO Limitations

조성재 edited this page Feb 17, 2020 · 1 revision

Available pins

You can check controllable GPIO pins (BCM) in here:

    GENERAL_PINS = [5, 6, 16, 17, 22, 23, 24, 25, 26, 27]
    HW_PWM_PINS = [12, 13, 18, 19]

If you make an request with other pins, webpi will respond with 400 error.

Clone this wiki locally