crjeder / hx711_spi

This is a library for the hx711 chip. It uses SPI instead of bit banging for more reliability.
MIT License
14 stars 4 forks source link

Update deny.toml #13

Closed crjeder closed 1 year ago

crjeder commented 1 year ago

Added a license exeption which is needed since syn included unicode-ident. exceptions = [{ name = "unicode-ident", allow = ["Unicode-DFS-2016"] }]