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

support Tone() #69

Closed
hathach opened this issue Jul 24, 2017 · 9 comments
Closed

support Tone() #69

hathach opened this issue Jul 24, 2017 · 9 comments
Assignees
Milestone

Comments

@hathach
Copy link
Member

hathach commented Jul 24, 2017

implement later

@hathach hathach added this to the Unplanned milestone Jul 24, 2017
@mennamorato
Copy link

@hathach When will Tone library be added to nRF52 for Arduino? Thanks

@hathach
Copy link
Member Author

hathach commented Feb 22, 2018

No ETA at all :)

@mogar
Copy link

mogar commented Apr 14, 2019

I second this request. If you have any pointers on getting started with implementing, I could work on a pull-request.

@hathach
Copy link
Member Author

hathach commented Apr 19, 2019

@ladyada
Copy link
Member

ladyada commented Jun 15, 2019

@hathach we'll need this for CPB - lets implement soon, it's done with a timer not PWM

@hathach hathach self-assigned this Jun 16, 2019
@hathach hathach mentioned this issue Jun 18, 2019
@hathach
Copy link
Member Author

hathach commented Jun 18, 2019

@ladyada please try with master branch to see if that works

@ladyada
Copy link
Member

ladyada commented Jun 18, 2019

hmm tried this code on feather nrf52480 but no PWM on pin 5... does it work for you?

void setup() {

}

void loop() {
  pinMode(5, OUTPUT);
  tone(5, 4000, 100);
  delay(100);
}

@hathach
Copy link
Member Author

hathach commented Jun 19, 2019

@ladyada ah sorry, I somehow delete the line that trigger pwm by mistake before pushing (a very important line of code :D ). please pull from master and try again

@ladyada
Copy link
Member

ladyada commented Jun 19, 2019

done, tested - works great! thanks :)

@ladyada ladyada closed this as completed Jun 19, 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

4 participants