Initial node implementation #4
@ -8,12 +8,16 @@ readme.workspace = true
|
|||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
poll = ["node-poll-variants"]
|
||||||
config = ["physical-ads1256-types/config"]
|
config = ["physical-ads1256-types/config"]
|
||||||
standard-input = ["physical-ads1256-types/standard-input"]
|
standard-input = ["physical-ads1256-types/standard-input"]
|
||||||
standard-multiplexer = ["standard-input"]
|
standard-multiplexer = ["standard-input"]
|
||||||
|
|
||||||
[dependencies.physical-node]
|
[dependencies.physical-node]
|
||||||
path = "../../../node"
|
path = "../../../node"
|
||||||
|
[dependencies.node-poll-variants]
|
||||||
|
path = "../../../macros/node-poll-variants"
|
||||||
|
optional = true
|
||||||
[dependencies.physical-ads1256-types]
|
[dependencies.physical-ads1256-types]
|
||||||
path = "../types"
|
path = "../types"
|
||||||
features = ["defmt"]
|
features = ["defmt"]
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
#[cfg(feature = "standard-multiplexer")]
|
#[cfg(feature = "standard-multiplexer")]
|
||||||
mod standard_multiplexer;
|
mod standard_multiplexer;
|
||||||
|
mod poll;
|
||||||
|
|
||||||
pub use physical_ads1256_types::*;
|
pub use physical_ads1256_types::*;
|
0
peripheral-components/ads1256/node/src/poll.rs
Normal file
0
peripheral-components/ads1256/node/src/poll.rs
Normal file
Reference in New Issue
Block a user