Some suggested changes for #1555

This commit is contained in:
Scott Lahteine
2015-03-03 00:48:20 -08:00
parent 874d3d3fc5
commit dfb38874f8
8 changed files with 90 additions and 126 deletions

View File

@ -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