Some suggested changes for #1555
This commit is contained in:
parent
874d3d3fc5
commit
dfb38874f8
8 changed files with 90 additions and 126 deletions
|
|
@ -83,6 +83,9 @@
|
|||
/// check if pin is an timer wrapper
|
||||
#define GET_TIMER(IO) _GET_TIMER(IO)
|
||||
|
||||
// Shorthand
|
||||
#define OUT_WRITE(IO, v) { SET_OUTPUT(IO); WRITE(IO, v); }
|
||||
|
||||
/*
|
||||
ports and functions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue