![]() |
Fraise
2.1
FRAmework for Interfacing Software and Electronics
|
load cell amplifier module More...
load cell amplifier module
Example :
config.h :
main.c :
Initialization | |
void | hx711Init (unsigned char gainA) |
Init the module in setup() More... | |
Main loop functions | |
void | hx711Service () |
Module service routine, to be called by the main loop(). | |
Utilities | |
long | hx711Read (unsigned char channel) |
Read last measure of a channel. More... | |
void hx711Init | ( | unsigned char | gainA | ) |
Init the module in setup()
gainA | channel A gain selection : 0=128 1=64 |
long hx711Read | ( | unsigned char | channel | ) |
Read last measure of a channel.
channel | channel selection : 0=A 1=B |