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

argument 'beeps' is considered as sixth position #21

Open
umeshwalkar opened this issue Oct 19, 2022 · 0 comments
Open

argument 'beeps' is considered as sixth position #21

umeshwalkar opened this issue Oct 19, 2022 · 0 comments

Comments

@umeshwalkar
Copy link

Hi,

I noticed that in actual 'beep' functions , the 'beeps' argument is placed at fourth position but calling/passing it from other versions of 'beep' at sixth position.

void EasyBuzzerClass::beep(unsigned int frequency, unsigned int const onDuration, unsigned int const offDuration, byte const beeps, unsigned int const pauseDuration, unsigned int const sequences) at line 38 and 52

and

see the function

beep(frequency, mOnDuration, mOffDuration, 1, mPauseDuration, beeps, finishedCallbackFunction); at line 25 , 30, 35.

intended beeps count are not achieving.

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

1 participant