builded
This commit is contained in:
@@ -11,7 +11,7 @@ const START: u8 = 0x7E;
|
||||
const STOP: u8 = 0x81;
|
||||
const BIT_PERIOD: Duration = Duration::from_millis(10);
|
||||
|
||||
type Tx = Sender<'static, CriticalSectionRawMutex, u8, 128>;
|
||||
pub type Tx = Sender<'static, CriticalSectionRawMutex, u8, 128>;
|
||||
|
||||
async fn send_byte(byte: u8, tx: &Tx) {
|
||||
for i in (0..8).rev() {
|
||||
|
||||
Reference in New Issue
Block a user