mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 04:39:49 +03:00
Readme.md format
This commit is contained in:
@@ -53,7 +53,7 @@ For patched libraries, appropriate GitHub repo URL provided:
|
|||||||
|
|
||||||
Portation from AVR Mega 2560 to SAM3X8E (Arduino DUE) done since v 0.96
|
Portation from AVR Mega 2560 to SAM3X8E (Arduino DUE) done since v 0.96
|
||||||
|
|
||||||
#Platforms specific details:
|
# Platforms specific details:
|
||||||
|
|
||||||
AVR version is basic and have all functions
|
AVR version is basic and have all functions
|
||||||
*DMX-out is software (DMXSimple) on pin3
|
*DMX-out is software (DMXSimple) on pin3
|
||||||
@@ -74,6 +74,6 @@ Need to use compiler directive -D Wiz5500 and https://github.com/anklimov/Ethern
|
|||||||
|
|
||||||
First attempt to use platformio toolchain for compiling (work not completed yet)
|
First attempt to use platformio toolchain for compiling (work not completed yet)
|
||||||
|
|
||||||
#Due compilation issue "USART0_Handler redefinition"
|
# Due compilation issue "USART0_Handler redefinition"
|
||||||
Please, open /variants/arduino_due_x/variant.cpp file, then edit USART0_Handler method definition like this
|
Please, open /variants/arduino_due_x/variant.cpp file, then edit USART0_Handler method definition like this
|
||||||
void USART0_Handler(void) __attribute__((weak));
|
void USART0_Handler(void) __attribute__((weak));
|
||||||
Reference in New Issue
Block a user