jan-drozen / HX711DotNet

HX711 .NET Standard library for Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HX711DotNet

This is a .NET Standard translation of the Python project hx711py. It targets .NET Standard 2.1 and it utilizes the RaspberryIO for the low-level stuff.

Examples

There is the TestApplication project that contains some basic examples. The class Example is again C# translation of the original example.py. You can simply run by

var example = new Example(dout, pd_sck);
example.Run();

Note

Do not forget to call Pi.Init<BootstrapWiringPi>() (or different wiring) in your application before using the stuff.

About

HX711 .NET Standard library for Raspberry Pi.


Languages

Language:C# 100.0%