Project setup

This commit is contained in:
Zachary Sunforge
2023-06-13 21:09:57 -07:00
parent 8355cc1f24
commit 1446bf6162
19 changed files with 152 additions and 4 deletions

View 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

View File

@ -0,0 +1 @@
#![no_std]