Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Viktor Sonesten
lpc43xx-hal
Commits
5ccf910d
Commit
5ccf910d
authored
5 years ago
by
A Sundbom
Browse files
Options
Download
Patches
Plain Diff
CAN pin abstraction and updated examples
parent
e88974f4
master
dosimeter
feat-delay
feat-pull-up/down
feat-ssp-write-only
gpdma
remove-uart-warning
sct-typestate
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
Cargo.toml
+1
-1
Cargo.toml
examples/can.rs
+34
-28
examples/can.rs
examples/can_speedtest.rs
+50
-36
examples/can_speedtest.rs
examples/can_tg_a.rs
+30
-33
examples/can_tg_a.rs
examples/can_tg_bc.rs
+48
-35
examples/can_tg_bc.rs
examples/queued_can-uart_bridge.rs
+22
-15
examples/queued_can-uart_bridge.rs
src/can/bus.rs
+400
-0
src/can/bus.rs
src/can/mod.rs
+12
-364
src/can/mod.rs
src/can/pin.rs
+120
-0
src/can/pin.rs
with
717 additions
and
512 deletions
+717
-512
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets