jasonful/lcc

Can we do bit Shift? like >> or << and also Or Operation |=?

khawajamechatronics opened this issue · 2 comments

Hi,

I am trying to interface HX711 with ESP32 ULP Processor. I need to read data and shift. I have implemented the logic but it seems data is not correct. Would like to confirm if these functions are supported by library?

Kind Regards

Yes, those should both already work. If they don't seem to be working, send me your .c file and I'll take a look.

Hi

Thanks for prompt response, it seems another issue, I have written it here. duff2013/ulptool#56 (comment)

Can you guide me on this? Thanks