devicehive/esp8266-firmware

MFRC522 support with esp-open-sdk

benjaminburkhardt opened this issue · 1 comments

Hello,
since this project does noch relay on Arduino, I thought it might be possible to convert the MFRC522 lib to make in compatible to the esp-open-sdk.

Or is there maybe already an option to do this.

Thanks for any help.

Hello. MFRC522 lib here is imported from public domain arduino lib - see sources and copyright notice on the top of the file - https://github.com/devicehive/esp8266-firmware/blob/develop/firmware-src/sources/devices/mfrc522.c
So I think that is not hard to fork this lib to any other project.