This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-core-4.1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix digitalWriteFast
teensy4-core
Andrew Kroll
5 years ago
parent
c284975191
commit
ca6e66f909
No account linked to committer's email address
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
+2
-1
teensy4/core_pins.h
+ 2
- 1
teensy4/core_pins.h
View File
}
}
}
}
} else {
} else {
*portClearRegister(pin) = digitalPinToBitMask(pin);
if(val) *portSetRegister(pin) = digitalPinToBitMask(pin);
else *portClearRegister(pin) = digitalPinToBitMask(pin);
}
}
}
}
Write
Preview
Loading…
Cancel
Save