Embed G26/G29 in ubl class, with enhancements

This commit is contained in:
Scott Lahteine
2017-05-22 14:41:09 -05:00
parent c99bd69889
commit 85b967657e
7 changed files with 513 additions and 482 deletions

View File

@@ -58,7 +58,7 @@
#endif
#ifndef _BV
#define _BV(PIN) (1 << PIN)
#define _BV(PIN) (1UL << PIN)
#endif
/**