Implemented frame transfer for four-wire bus

This commit is contained in:
Jonah Dahlquist 2019-08-07 19:39:28 -05:00 committed by Jonah Dahlquist
commit 16e813e45b
4 changed files with 42 additions and 7 deletions

View file

@ -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;