OotSideBox / 3DpadArduinoSketch

2 stars 0 forks source link

Low memory warning for sketch #1

Open narner opened 8 years ago

narner commented 8 years ago

When I compile the Arduino sketch for my Arduino Uno, I receive a "Low memory available" warning:

screen shot 2016-03-23 at 8 26 01 am

I'm running Arduino 1.6.8.

Philippe136 commented 8 years ago

Me too, I receive the same warning

OotSideBox commented 8 years ago

your 3Dpad should work anyway despite this warning. It just means that there is only few memory space available, so you should not increase the sketch's memory usage.

Philippe136 commented 8 years ago

ok thanks.