Skip to content

WVariant.h ETCChannel #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
CreativeRobotics opened this issue Aug 3, 2019 · 4 comments
Closed

WVariant.h ETCChannel #160

CreativeRobotics opened this issue Aug 3, 2019 · 4 comments

Comments

@CreativeRobotics
Copy link

In WVariant.h the following is missing at line 200 inside the _ETCChannel enumerated type:

#if defined(SAMD21J18A)
TC6_CH0 = (6<<8)|(0),
TC6_CH1 = (6<<8)|(1),
TC7_CH0 = (7<<8)|(0),
TC7_CH1 = (7<<8)|(1),
#endif // SAMD21J18A

@ladyada
Copy link
Member

ladyada commented Aug 22, 2019

ok please add any PR

@CreativeRobotics
Copy link
Author

I'll try - I added this here because I was having issues with my github software...

@nekuneko
Copy link

This was solved on Added Additonal Timers #175 pull request.

@ladyada
Copy link
Member

ladyada commented Sep 2, 2019

thank you @nekuneko =^._.^= ∫

@ladyada ladyada closed this as completed Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants