Command shiftIn() not available!?

Hallo,

i had a library for the HX711!

The basic example is working with the board Arduino UNO!

But with the board HTTC AB01 the IDE says: …HX711-master\src\HX711.cpp:61:78: error: ‘shiftIn’ was not declared in this scope…

shiftIn() is described in the arduino reference: shiftIn() - Arduino-Referenz

IDE 1.8.13 CubeCell Framework 1.1.0

E_T

Hi
we have added the function just now. please pull the git.

Hi
we have added the function just now. please pull the git.

Thank you!

In CubeCell Framework 1.2.0, Arduino-IDE there is the same mistake !

C:\Users\Ernst\Documents\Arduino\libraries\HX711\HX711.cpp:62:52: error: ‘shiftIn’ was not declared in this scope
v.data[2] = shiftIn(_dataPin, _clockPin, MSBFIRST);