adamvr / arduino-base64

A base64 library for the arduino platform, written in C
MIT License
184 stars 102 forks source link

Add architecture support #17

Open stonegray opened 7 years ago

stonegray commented 7 years ago

Fix issue #11 . Cause is 952f4576379044445bd4a72926245ff34741511e which introduces incompatibility with non-AVR architectures. Works on ESP8266, ARM, etc.