Project setup
This commit is contained in:
17
peripheral-components/ads1256/types/Cargo.toml
Normal file
17
peripheral-components/ads1256/types/Cargo.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "physical-ads1256-types"
|
||||
description = "ADS1256 Physical types."
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
repository.workspace = true
|
||||
readme.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[features]
|
||||
standard-multiplexer = []
|
||||
|
||||
[dependencies.ads1256-types]
|
||||
workspace = true
|
||||
[dependencies.defmt]
|
||||
workspace = true
|
||||
optional = true
|
1
peripheral-components/ads1256/types/src/lib.rs
Normal file
1
peripheral-components/ads1256/types/src/lib.rs
Normal file
@ -0,0 +1 @@
|
||||
#![no_std]
|
Reference in New Issue
Block a user