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

feat: Add tones support for the RPi Pico #1239

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

mosa11aei
Copy link
Contributor

@mosa11aei mosa11aei commented Sep 26, 2024

The following PR adds overrides for the tone() and noTone() functions in the HAL for the RPi Pico. Tones are added based on bitbangs.

This code was tested using the APRS_Position.ino example, modified for the Pico. Closes #1230

@jgromes
Copy link
Owner

jgromes commented Sep 27, 2024

Looks like the CI for rpi-pico cannot build it. Which version of the SDK are you using? The CI checks out 1.5.1.

@mosa11aei
Copy link
Contributor Author

This isn't a problem with the SDK actually. I forgot to commit my changes to the CMakeLists.txt file, my apologies. Let me do that quickly.

@mosa11aei
Copy link
Contributor Author

@jgromes it should build properly now!

@jgromes
Copy link
Owner

jgromes commented Sep 27, 2024

Indeed, it does build now. I also left two minor comments, after those are addressed I think this can be merged.

@jgromes jgromes merged commit 83e0570 into jgromes:master Sep 27, 2024
30 checks passed
@jgromes
Copy link
Owner

jgromes commented Sep 27, 2024

All looks good now - merged, thank you for the contribution!

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.

Issue with APRS using AFSK on the RPi Pico
2 participants