Default DMX_OUT pin for MEGA+5500 is USART1_TX now

This commit is contained in:
2018-05-12 22:37:08 +03:00
parent 1b8ed97fc0
commit bfee598017
5 changed files with 34 additions and 23 deletions

View File

@@ -10,11 +10,11 @@
[platformio]
src_dir = lighthub
env_default =
controllino
; due-5500
; controllino
; megaatmega2560
; megaatmega2560-5500
megaatmega2560-5500
; due
; esp8266
[env:due]
@@ -117,7 +117,7 @@ board = megaatmega2560
framework = arduino
lib_ldf_mode = chain+
build_flags = !echo -n "-DPIO_SRC_REV="$(git rev-parse --short HEAD)
build_flags = -D Wiz5500
build_flags = -D Wiz5500 -D AVR_DMXOUT_PIN=18
lib_deps =
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
https://github.com/anklimov/DS2482_OneWire