monkeyboard / Wiegand-Protocol-Library-for-Arduino

Wiegand 26 and Wiegand 34 Protocol Library for Arduino
323 stars 131 forks source link

'class Wiegand' has no member named 'availabel' #63

Open Wildersnuth opened 1 year ago

Wildersnuth commented 1 year ago

Hey if I try to compile the examples code, it always tells me theres noch member named available. Some help would be great image

jpliew commented 1 year ago

Hi @Wildersnuth ,

Please see the source code here where the 'available' is located https://github.com/monkeyboard/Wiegand-Protocol-Library-for-Arduino/blob/2a702d7befd6d906d1663481fe6d99415f37526c/src/Wiegand.cpp#L32

I think you might have a corrupted library installed or conflict with another Wiegand library that is causing the issue.

Please look through your libraries folder and see if there is any other Wiegand library.

If still not working, please enable Compilation status log and send the status here.

Cheers JP