Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
986 contributions in the last year
Contribution activity
November 2020
Created 52 commits in 5 repositories
Created a pull request in MCUdude/MegaCoreX that received 3 comments
Fix Servo!
Finally clean up the godawful mess I made so long ago with this >.< I am really not sure how I tested it and thought it worked. I swear I looked at…
Opened 2 other pull requests in 1 repository
SpenceKonde/MegaCoreX
2
merged
Created an issue in SpenceKonde/megaTinyCore that received 6 comments
warning: ISO C++11 requires whitespace after the macro name (Help me out here!)
Current version of megaTinyCore gives this warning all over the place during compilation with warnings enabled. This is a serious issue: we must no…
Opened 10 other issues in 3 repositories
SpenceKonde/DxCore
7
open
- Consider if any of the wacky possibilities with clock on event are useful for millis
- split up init() into weakly defined sub-functions
- Pull in TCD0 PWM enhancements from megaTinyCore
- Add support for serial adapter updi programming pyupdi-style and Curiosity Nano.
- Grab new Servo version that megaTinyCore uses
- Do SPI correctly
- Serial is unstable under some circumstances