![]() |
![]() |
| This is the GPIO pin state
on boot |
This is the GPIO pin state
after your program has been closed |
| Public Sub Form_Close() Dim siPin As Short = 31 For siPin = 0 To 31 gpioSetMode(siPin, PI_INPUT) Next gpioTerminate() End |
![]() |
| Using the code on the left
in your program produced the above |