Project setup
This commit is contained in:
13
peripherals/standalone-ads1256/types/Cargo.toml
Normal file
13
peripherals/standalone-ads1256/types/Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "physical-standalone-ads1256-types"
|
||||
description = "Support for dedicated ADS1256 boards (i.e. boards that have no other functionality other than to expose the ADS1256)"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
repository.workspace = true
|
||||
readme.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies.ads1256-types]
|
||||
workspace = true
|
||||
[dependencies.physical-ads1256-types]
|
||||
path = "../../../peripheral-components/ads1256/types"
|
1
peripherals/standalone-ads1256/types/src/lib.rs
Normal file
1
peripherals/standalone-ads1256/types/src/lib.rs
Normal file
@ -0,0 +1 @@
|
||||
#![no_std]
|
Reference in New Issue
Block a user