Device macro to generate stateful and publish variants of device specific poll inputs.
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@ -10,6 +10,8 @@ members = [
|
||||
"peripherals/standalone-ads1256/*",
|
||||
# Peripheral components
|
||||
"peripheral-components/ads1256/*",
|
||||
# Macros
|
||||
"macros/node-poll-variants",
|
||||
# Examples
|
||||
"examples/ads1256"
|
||||
]
|
||||
@ -87,6 +89,14 @@ features = ["defmt", "unstable-traits", "unstable-pac", "nightly"]
|
||||
[workspace.dependencies.embassy-nrf]
|
||||
version = "0.1.*"
|
||||
features = ["defmt", "unstable-traits", "nightly"]
|
||||
# Macros
|
||||
[workspace.dependencies.syn]
|
||||
version = "2.0.*"
|
||||
features = ["extra-traits"]
|
||||
[workspace.dependencies.quote]
|
||||
version = "1.0.*"
|
||||
[workspace.dependencies.trybuild]
|
||||
version = "1.0.*"
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------------------
|
||||
#----- Patch ------------------------
|
||||
|
Reference in New Issue
Block a user