Crates.io | freebsd-embedded-hal |
lib.rs | freebsd-embedded-hal |
version | 0.1.2 |
source | src |
created_at | 2021-12-31 16:12:38.085655 |
updated_at | 2022-10-01 23:12:34.684557 |
description | Implementation of the `embedded-hal` traits for FreeBSD devices |
homepage | https://codeberg.org/valpackett/freebsd-embedded-hal |
repository | https://codeberg.org/valpackett/freebsd-embedded-hal |
max_upload_size | |
id | 505852 |
size | 22,612 |
Implementation of embedded-hal
traits for FreeBSD devices:
gpio
: using libgpio
, with stateful and toggleable support, with support for true initial output values if the device is capable, with cool type-state tracking, with open-drain outputsi2c
: using iic
, with transaction support (not using iterators on-the-fly because many drivers have to reinterpret start/stop flags between neighboring messages for hardware start-stop)spi
pwm
serial
? :DThis is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE
file or unlicense.org.