Ben Lye 42562e9572 Updates for Orange TX
* Change Orange board check to include custom Orange TX board type
* Remove include for '<arduino.h>'
* Add MultiOrange.h
* Remove unneeded *.orangetx files
2017-12-11 11:38:16 +00:00

20 lines
774 B
Plaintext

# See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
# See: http://code.google.com/p/arduino/wiki/Platforms
##############################################################
##############################################################
## Multi 4-in-1 (Orange TX)
## --------------------------------------------------
multixmega32d4.name=Multi 4-in-1 (Orange TX)
multixmega32d4.build.board=MULTI_ORANGETX
multixmega32d4.upload.protocol=arduino
multixmega32d4.upload.maximum_size=32768
multixmega32d4.upload.speed=115200
multixmega32d4.build.mcu=atxmega32d4
multixmega32d4.build.f_cpu=32000000L
multixmega32d4.build.core=xmega
multixmega32d4.build.variant=xmega32d4
##############################################################