SpencerLommel
New member
Just created an account to post this, hopefully I put it in the right spot.
I have used Teensy microcontrollers quite a bit at work and have made quite a few small and useful libraries that do different things and I'm starting to post them all on GitHub. Here's the first one!
It's a very simple library that supports the Teensy 3.0, 3.1, 3.2, 4.0 to easily get the pre-programmed MAC address from the board.
A lot of my projects for work need to be compatible across many version of Teensy boards so most of my libraries are focused on that! If you have any other ideas for useful libraries that support multiple different boards leave a comment! Chances are I've already made it and haven't posted it yet =D
github.com
I have used Teensy microcontrollers quite a bit at work and have made quite a few small and useful libraries that do different things and I'm starting to post them all on GitHub. Here's the first one!
It's a very simple library that supports the Teensy 3.0, 3.1, 3.2, 4.0 to easily get the pre-programmed MAC address from the board.
A lot of my projects for work need to be compatible across many version of Teensy boards so most of my libraries are focused on that! If you have any other ideas for useful libraries that support multiple different boards leave a comment! Chances are I've already made it and haven't posted it yet =D
GitHub - SpencerLommel/TeensyMAC: A simple single header library to get the MAC Address for PJRC Teensy brand microcontrollers
A simple single header library to get the MAC Address for PJRC Teensy brand microcontrollers - SpencerLommel/TeensyMAC