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 rtic serial interrupt example #363

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
write Readme
  • Loading branch information
elwerene committed Nov 27, 2021
commit 8ec8ca07b61722154fa1b1dd5db7fa8a4a6dfb1a
4 changes: 2 additions & 2 deletions examples/rtic-serial-interrupt/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# RTIC demo
# RTIC serial interrupt

The Real-Time Interrupt-driven Concurrency (RTIC) framework demo. Many of the demos in this project use RTIC and demonstrate its capabilities in more detail but this is a bare-bones default template for you to build off. RTIC is not unique to the nRF series but very useful for a program that requires concurrency.
Receive an interrupt on serial input. Uses RTIC.