ArduinoShrink: Faster, Better, Smaller Compiled Arduino Code

This library uses a number of tricks to improve and reduce the size of Arduino sketches.

When you need to do a simple task, a dev board like the Arduino Nano or similar is a great solution. However, as thing start to get more complicated, and your code and implemented libraries stretches on, you may find your microcontroller/board of choice just isn’t up to the task. Fortunately, there are a number of other more capable devices on the market – even several options in the Nano form factor if needed – but what if you didn’t have to upgrade? What if there was a way to reduce your code size, and make it run faster at the same time.

Read more…

Leave a Comment