S
Size: a a a
S
AB
AB
AB
AB
ЕМ
AB
ЕМ
AB
// The number of linear motions that can be in the plan at any give time.
// THE BLOCK_BUFFER_SIZE NEEDS TO BE A POWER OF 2 (e.g. 8, 16, 32) because shifts and ors are used to do the ring-buffering.
#if ENABLED(SDSUPPORT)
#define BLOCK_BUFFER_SIZE 16 // SD,LCD,Buttons take more memory, block buffer needs to be smaller
#else
#define BLOCK_BUFFER_SIZE 16 // maximize block buffer
#endif
// @section serial
// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
AB
AB
AB
AB
AB
Скетч использует 128084 байт (98%) памяти устройства. Всего доступно 130048 байт.
Глобальные переменные используют 5026 байт (30%) динамической памяти, оставляя 11358 байт для локальных переменных. Максимум: 16384 байт.
ЕМ
l
AB
AB
W
W