Browse Source
Most pin I/O can be done just knowing the pin number as a simple integer, and it's more efficient this way (code size, speed) because it doesn't require a memory lookup to get the pin id from the pin object. If the full pin object is needed then it can be easily looked up in the pin table.pull/2031/head
Damien George
9 years ago
4 changed files with 21 additions and 16 deletions
Loading…
Reference in new issue