monkeyboard/Wiegand-Protocol-Library-for-Arduino

'class Wiegand' has no member named 'availabel'

Opened this issue · 1 comments

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

Hi @Wildersnuth ,

Please see the source code here where the 'available' is located

bool WIEGAND::available()

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