Implemented frame transfer for four-wire bus
This commit is contained in:
parent
a43f86d744
commit
16e813e45b
4 changed files with 42 additions and 7 deletions
|
|
@ -2,10 +2,10 @@
|
|||
// #![allow(unused)]
|
||||
#![deny(broken_intra_doc_links)]
|
||||
|
||||
// extern crate byteorder;
|
||||
extern crate byteorder;
|
||||
extern crate embedded_hal;
|
||||
|
||||
// #[macro_use(block)]
|
||||
#[macro_use(block)]
|
||||
extern crate nb;
|
||||
|
||||
// use hal::digital::v2::OutputPin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue