j1939-async 0.1.0-alpha1

A J1939 Library able to be used async (or not).
Documentation
1
2
3
use embassy_sync::blocking_mutex::raw::CriticalSectionRawMutex;
use embassy_sync::mutex::Mutex;
pub type StackInMutex = Mutex<CriticalSectionRawMutex, crate::stack::Stack>;