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.