Teensy 4.1 + MD5Builder

gbernaldo82

New member
Hi, good afternoon!

This is my first question so, I'm not sure if this is the correct forum to post it, so, I'm so sorry if this is the case. Please, feel free to move this post to the correct forum if needed!

My question is about the MD5 support in Teensy 4.1. I've used the MD5 support from other arduino controllers (like the WeMos) through the MD5Builder.h/.cpp (link next) files which comes into the ESP8266 cores and to my surprise I see that file doesn't come with the Teensy 4.1 core. So I wondder if there is any way to add support to those files into the core of Teensy or I need to do something special to import those files. Anyone have tried this before? Any idea about how can I solve this problem?

Thank you so much in advance!
Guille

Link: https://github.com/esp8266/Arduino/blob/master/cores/esp8266/MD5Builder.h
 
Back
Top