Mock.GPIO
Mock.GPIO copied to clipboard
fix: unbound local variable channels
The local variable "channels" does not exist outside the for loop declared on line 125. This causes an exception when calling output on a single channel.