Dear board
Im writing a driver for HX711 load cell pickup unit.
This has a clock pin which is input to hx711 ic and this clk will
be driven by stm32f103
And a Dout pin where for every low to high transition hx711 will out
a bit and this goes 24 bit long..
I need to read this serial input and store to a byte which is 24
bit data where i can use array of 3 bytes..
I can easily read input status low or high from input
function.
But how can i assign that bit value to a by
↧