You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
Reduce memory usage of your Arduino sketch up to 90%.
2
+
Reduce the memory usage of your Arduino sketch up to 90% by using the [Arduino Port Manipulation](https://www.arduino.cc/en/Reference/PortManipulation).
3
+
4
+
All references to the ports used by the microcontroller can be found in its datasheet, e.g. [Atmega328P](http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf).
3
5
4
6
**Attention: the use of this tool on your sketch could make it to lose portability between the different Arduino microcontrollers**
0 commit comments