Не получается прошить. выдает ошибки, библиотеку SmallUart установил. Может изза того что у меня версия программы 0021? может надо обновить до 0022? просто щас скорость интернета слабая, не охото качать 3 часа если это не от программы зависит. Библиотеку устанавливал так: Распаковал архив с последнего поста и папку SmallUart в которой файлы SmallUart.cpp SmallUart.h поместил в папку libraries
Код HTML:C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp: In function 'void UART_Init()': C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:13: error: 'UBRRH' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:14: error: 'UBRRL' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:17: error: 'UART_DOUBLE' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:20: error: 'UCRB' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:20: error: 'TXEN' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:20: error: 'RXEN' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:21: error: 'UCRC' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:21: error: 'UCRC_VALUE' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp: In function 'void UART_SendByte(uint8_t)': C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:27: error: 'UCRA' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:27: error: 'UART_TXREADY' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:28: error: 'UDR' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp: In function 'bool UART_ReadByte(uint8_t&)': C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:33: error: 'UCRA' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:33: error: 'UART_RXREADY' was not declared in this scope C:\Dokumente und Einstellungen\XsanderS\Desktop\arduino-0021\libraries\SmallUart\SmallUart.cpp:35: error: 'UDR' was not declared in this scope




Ответить с цитированием