nkargas/Gen2-UHF-RFID-Reader

How can I add add files in lib?

whitecloudy opened this issue · 2 comments

I try to add some of my files in the 'lib' directory and use the class that I made. But every time I tried to call any function in the class at the 'tag_decoder.cc', 'reader.py' occurs AttributeError written below.

AttributeError: 'module' object has no attribute 'gate'

And of course when I erase what I wrote in 'tag_decoder.cc', this problem disappears...... Is there anyone can help me?

Hi!Do you solve your problem? I am into the same problem.I hope to get help.thanks!

I figured out that I insert some cmake code in wrong way...... That's all I understand and after I fixed it, it works normally.