SAMD51 Servo class (#14781)
This commit is contained in:
committed by
Scott Lahteine
parent
8efa3455c2
commit
21993b75f4
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define SYNC(sc) while (sc) { \
|
||||
asm(""); \
|
||||
#define SYNC(sc) while (sc) { \
|
||||
asm(""); \
|
||||
}
|
||||
|
||||
// Get SAMD port/pin from specified arduino pin
|
||||
|
||||
Reference in New Issue
Block a user