Maker.io main logo
TUTORIAL

How To Use Arduino IDE Compiler Macros

By Maker.io Staff

Macros allow toggling of debug logs, platform features, and memory optimizations. They also provide cleaner logs with automatic line numbers and function names.

PROJECT
101

Create a Custom LED Painting

By bekathwia

Learn how to integrate some NeoPixel RGB LEDs into your artwork to take your creations to a whole new level!‎

TUTORIAL
833

How To Debug Your Arduino

By Maker.io Staff

While Useful Arduino do lack a key feature when trying to find problems with your code. However, debugging Functions on an Arduino can be implemented with code.