Не помню, где брал исходник.. может быть здесь:
Arduino
В ардуино ИД в процессе загрузки ещё целая серия сообщений:
In file included from C:\Users\dell\Documents\Arduino\libraries\grbl/grbl.h:43:0,
from C:\Users\dell\Documents\Arduino\libraries\grbl\examples\grblUpload\grblUpload.ino:27:
C:\Users\dell\Documents\Arduino\libraries\grbl/nuts_bolts.h:56:0: warning: "max" redefined
#define max(a,b)

(a) > (b

? (a) : (b
In file included from sketch\grblUpload.ino.cpp:1:0:
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:93:0: note: this is the location of the previous definition
#define max(a,b)

a)>(b)?(a)

b
In file included from C:\Users\dell\Documents\Arduino\libraries\grbl/grbl.h:43:0,
from C:\Users\dell\Documents\Arduino\libraries\grbl\examples\grblUpload\grblUpload.ino:27:
C:\Users\dell\Documents\Arduino\libraries\grbl/nuts_bolts.h:57:0: warning: "min" redefined
#define min(a,b)

(a) < (b

? (a) : (b
In file included from sketch\grblUpload.ino.cpp:1:0:
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:92:0: note: this is the location of the previous definition
#define min(a,b)

a)<(b)?(a)

b
In file included from C:\Users\dell\Documents\Arduino\libraries\grbl/grbl.h:43:0,
from C:\Users\dell\Documents\Arduino\libraries\grbl\examples\grblUpload\grblUpload.ino:27:
C:\Users\dell\Documents\Arduino\libraries\grbl/nuts_bolts.h:61:0: warning: "bit" redefined
#define bit

(1 << n)
In file included from sketch\grblUpload.ino.cpp:1:0:
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:124:0: note: this is the location of the previous definition
#define bit(b) (1UL << (b
Скетч использует 29762 байт (96%) памяти устройства. Всего доступно 30720 байт.
Глобальные переменные используют 1633 байт (79%) динамической памяти, оставляя 415 байт для локальных переменных. Максимум: 2048 байт.
Недостаточно памяти, программа может работать нестабильно.