Created input types.
This commit is contained in:
@ -6,7 +6,7 @@ use embassy_sync::pubsub::PubSubChannel;
|
||||
pub use physical::transducer::input::*;
|
||||
|
||||
#[cfg(feature = "embassy-sync")]
|
||||
pub struct ChannelInput<
|
||||
pub struct PublishInput<
|
||||
T: Copy,
|
||||
MutexT: RawMutex,
|
||||
const CAPACITY: usize,
|
||||
@ -17,7 +17,7 @@ pub struct ChannelInput<
|
||||
}
|
||||
|
||||
#[cfg(feature = "embassy-sync")]
|
||||
pub struct StatefulChannelInput<
|
||||
pub struct StatefulPublishInput<
|
||||
'a,
|
||||
T: Copy,
|
||||
MutexT: RawMutex,
|
||||
|
Reference in New Issue
Block a user