доброго времени.выдает ошибку.
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Плата:“Arduino Nano, ATmega328P (Old Bootloader)”
C:\Users\Hom-PK\Documents\Arduino\libraries\PWM\utility\BTimerDefs.cpp:26:0: warning: “UINT16_MAX” redefined
#define UINT16_MAX 65535
In file included from c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\lib\gcc\avr\7.3.0\include\stdint.h:9:0,
from c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\avr\include\inttypes.h:37,
from c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\avr\include\avr\sfr_defs.h:126,
from c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\avr\include\avr\io.h:99,
from C:\Users\Hom-PK\Documents\ArduinoData\packages\arduino\hardware\avr\1.8.6\cores\arduino/wiring_private.h:26,
from C:\Users\Hom-PK\Documents\Arduino\libraries\PWM\utility\BTimerDefs.cpp:23:
c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\avr\include\stdint.h:346:0: note: this is the location of the previous definition
#define UINT16_MAX (__CONCAT(INT16_MAX, U) * 2U + 1U)
C:\Users\Hom-PK\Documents\Arduino\libraries\PWM\utility\BTimerDefs.cpp:27:0: warning: “UINT8_MAX” redefined
#define UINT8_MAX 255
In file included from c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\lib\gcc\avr\7.3.0\include\stdint.h:9:0,
from c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\avr\include\inttypes.h:37,
from c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\avr\include\avr\sfr_defs.h:126,
from c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\avr\include\avr\io.h:99,
from C:\Users\Hom-PK\Documents\ArduinoData\packages\arduino\hardware\avr\1.8.6\cores\arduino/wiring_private.h:26,
from C:\Users\Hom-PK\Documents\Arduino\libraries\PWM\utility\BTimerDefs.cpp:23:
c:\users\hom-pk\documents\arduinodata\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7\avr\include\stdint.h:331:0: note: this is the location of the previous definition
#define UINT8_MAX (INT8_MAX * 2 + 1)
Скетч использует 11874 байт (38%) памяти устройства. Всего доступно 30720 байт.
Глобальные переменные используют 517 байт (25%) динамической памяти, оставляя 1531 байт для локальных переменных. Максимум: 2048 байт.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x27
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x27
Problem uploading to board. See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.