Created multiplexing publish / subscribe example.
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
|
||||
struct AnalogInput {}
|
||||
|
||||
// AnalogInputS
|
||||
// AnalogInputI
|
||||
// AnalogInputC
|
||||
// AnalogInputSI
|
||||
// AnalogInputSC
|
||||
// AnalogInputIC
|
||||
// AnalogInputSIC
|
@ -1,4 +1,6 @@
|
||||
#![no_std]
|
||||
|
||||
#[cfg(feature = "standard-multiplexer")]
|
||||
mod analog_input;
|
||||
mod standard_multiplexer;
|
||||
|
||||
pub use physical_ads1256_types::*;
|
Reference in New Issue
Block a user