Skip to content
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

Add explicit support for arduino-nano #172

Merged
merged 1 commit into from
Apr 6, 2021
Merged

Add explicit support for arduino-nano #172

merged 1 commit into from
Apr 6, 2021

Conversation

drmorr0
Copy link
Contributor

@drmorr0 drmorr0 commented Apr 6, 2021

Ugh I somehow screwed up my other PR (#169) again; I'm not sure how I did that this time. Anyways, I think I addressed your comments.

  1. Add the arduino-nano feature flag to arduino-hal.
  2. Make the ADC6 and ADC7 pins only available for nano, not for uno.
  3. Add an example crate for arduino-nano with just a blink and ADC example.

1. Add the arduino-nano feature flag to arduino-hal.
2. Make the ADC6 and ADC7 pins only available for nano, not for uno.
3. Add an example crate for arduino-nano with just a blink and ADC example.
Copy link
Owner

@Rahix Rahix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks a lot :)

@Rahix Rahix merged commit 9e3848f into Rahix:next Apr 6, 2021
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

Successfully merging this pull request may close these issues.

2 participants