08-23-2022 10:00 AM
Hello, I am trying to rewrite the hx711 library to LabVIEW recently, but I have encountered the following problems
There is software in Arduino to simulate SPI communication, and the related functions are as follows:
shiftOut();
shiftIn();
I would like to ask you whether the same functions of the above functions can also be realized through LabVIEW for myrio, and if so, how to program. If not, is there a better way to replace the function
08-23-2022 12:08 PM
myRIO should have SPI libraries that you can directly use instead of shiftIn and shiftOut which are in a way bit-bang the SPI port