devicehive / esp8266-firmware

DeviceHive esp8266 firmware. Control hardware via clouds with DeviceHive!
MIT License
166 stars 50 forks source link

MFRC522 support with esp-open-sdk #47

Open benjaminburkhardt opened 6 years ago

benjaminburkhardt commented 6 years ago

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.

Nikolay-Kha commented 6 years ago

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.