Skip to content

Commit

Permalink
added second example; needs debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Oct 26, 2024
1 parent fb37aed commit ce32005
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mdbook/src/14-interrupts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ edition = "2021"
[dependencies]
microbit-v2 = "0.15"
cortex-m-rt = "0.7"
critical-section = "1"
rtt-target = "0.5"
panic-rtt-target = "0.1"
heapless = "0.8"
tiny-led-matrix = "1.0"
embedded-hal = "1.0"
tiny-led-matrix = "1"
embedded-hal = "1"

[dependencies.cortex-m]
version = "0.7"
Expand Down

0 comments on commit ce32005

Please sign in to comment.