WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

Replace GOTO statement within Keypad library #35

Closed cyborgsimon closed 10 years ago

cyborgsimon commented 10 years ago

I replaced the GOTO statement with if clauses which cause the for loops to be exited if a key action match (PRESSED/HOLD) is found.

AlexanderBrevig commented 10 years ago

Thanks :)