cands_interface 0.1.3

This is an interface for DigitalServo USB CAN board.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cands_interface"
license = "MIT"
authors = ["DigitalServo"]
description = "This is an interface for DigitalServo USB CAN board."
version = "0.1.3"
edition = "2021"

[features]
usb-ftdi = ["ftdi-embedded-hal"]
raspberrypi = ["rppal"]

[dependencies]
async-io = "2.3.1"
futures-lite = "2.2.0"
ftdi-embedded-hal = {version= "0.22.0", features = ["libftd2xx", "libftd2xx-static"], optional = true}
rppal = {version = "0.18.0", optional = true}