summaryrefslogtreecommitdiff
path: root/quantum/pincontrol.h
Commit message (Collapse)AuthorAge
* clang-format changesskullY2019-08-30
|
* Clarify the quantum license (#1042)skullydazed2017-03-28
| | | | | | | | | | * Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
* Add arduino-alike GPIO pin control helpersWez Furlong2016-11-27
Unlike the arduino functions, these don't take abstract pin numbers, they take pin labels like `B0`. Also, rather than taking very generic parameter names, these take slightly more descriptive enum values. These improve the clarity of code that would otherwise be inscrutable bit manipulation in tersely named port register names.