在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → arduino官方软件

arduino官方软件

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:177.08M
  • 下载次数:2
  • 浏览次数:48
  • 发布时间:2021-11-11
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
arduino官方编程软件苹果版1.8.6中文,方便大家下载学习
【实例截图】
【核心代码】
4744300845401596729.zip
└── Arduino.app
└── Contents
├── _CodeSignature
│   └── CodeResources
├── Info.plist
├── Java
│   ├── apple.jar
│   ├── arduino-builder
│   ├── arduino-core.jar
│   ├── batik-1.8.jar
│   ├── batik-anim-1.8.jar
│   ├── batik-awt-util-1.8.jar
│   ├── batik-bridge-1.8.jar
│   ├── batik-codec-1.8.jar
│   ├── batik-css-1.8.jar
│   ├── batik-dom-1.8.jar
│   ├── batik-ext-1.8.jar
│   ├── batik-gvt-1.8.jar
│   ├── batik-parser-1.8.jar
│   ├── batik-rasterizer-1.8.jar
│   ├── batik-script-1.8.jar
│   ├── batik-squiggle-1.8.jar
│   ├── batik-svg-dom-1.8.jar
│   ├── batik-svgpp-1.8.jar
│   ├── batik-transcoder-1.8.jar
│   ├── batik-util-1.8.jar
│   ├── batik-xml-1.8.jar
│   ├── bcpg-jdk15on-152.jar
│   ├── bcprov-jdk15on-152.jar
│   ├── commons-codec-1.7.jar
│   ├── commons-compress-1.8.jar
│   ├── commons-exec-1.1.jar
│   ├── commons-httpclient-3.1.jar
│   ├── commons-lang3-3.3.2.jar
│   ├── commons-logging-1.0.4.jar
│   ├── commons-net-3.3.jar
│   ├── examples
│   │   ├── 01.Basics
│   │   │   ├── AnalogReadSerial
│   │   │   │   ├── AnalogReadSerial.ino
│   │   │   │   ├── AnalogReadSerial.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── BareMinimum
│   │   │   │   ├── BareMinimum.ino
│   │   │   │   └── BareMinimum.txt
│   │   │   ├── Blink
│   │   │   │   ├── Blink.ino
│   │   │   │   └── Blink.txt
│   │   │   ├── DigitalReadSerial
│   │   │   │   ├── DigitalReadSerial.ino
│   │   │   │   ├── DigitalReadSerial.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Fade
│   │   │   │   ├── Fade.ino
│   │   │   │   ├── Fade.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   └── ReadAnalogVoltage
│   │   │   ├── layout.png
│   │   │   ├── ReadAnalogVoltage.ino
│   │   │   ├── ReadAnalogVoltage.txt
│   │   │   └── schematic.png
│   │   ├── 02.Digital
│   │   │   ├── BlinkWithoutDelay
│   │   │   │   ├── BlinkWithoutDelay.ino
│   │   │   │   ├── BlinkWithoutDelay.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Button
│   │   │   │   ├── Button.ino
│   │   │   │   ├── Button.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Debounce
│   │   │   │   ├── button.png
│   │   │   │   ├── Debounce.ino
│   │   │   │   ├── Debounce.txt
│   │   │   │   └── schematic.png
│   │   │   ├── DigitalInputPullup
│   │   │   │   ├── DigitalInputPullup.ino
│   │   │   │   ├── DigitalInputPullup.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── StateChangeDetection
│   │   │   │   ├── layout.png
│   │   │   │   ├── schematic.png
│   │   │   │   ├── StateChangeDetection.ino
│   │   │   │   └── StateChangeDetection.txt
│   │   │   ├── toneKeyboard
│   │   │   │   ├── layout.png
│   │   │   │   ├── pitches.h
│   │   │   │   ├── schematic.png
│   │   │   │   ├── toneKeyboard.ino
│   │   │   │   └── toneKeyboard.txt
│   │   │   ├── toneMelody
│   │   │   │   ├── layout.png
│   │   │   │   ├── pitches.h
│   │   │   │   ├── schematic.png
│   │   │   │   ├── toneMelody.ino
│   │   │   │   └── toneMelody.txt
│   │   │   ├── toneMultiple
│   │   │   │   ├── layout.png
│   │   │   │   ├── schematic.png
│   │   │   │   ├── toneMultiple.ino
│   │   │   │   └── toneMultiple.txt
│   │   │   └── tonePitchFollower
│   │   │   ├── layout.png
│   │   │   ├── schematic.png
│   │   │   ├── tonePitchFollower.ino
│   │   │   └── tonePitchFollower.txt
│   │   ├── 03.Analog
│   │   │   ├── AnalogInOutSerial
│   │   │   │   ├── AnalogInOutSerial.ino
│   │   │   │   ├── AnalogInOutSerial.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── AnalogInput
│   │   │   │   ├── AnalogInput.ino
│   │   │   │   ├── AnalogInput.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── AnalogWriteMega
│   │   │   │   ├── AnalogWriteMega.ino
│   │   │   │   ├── AnalogWriteMega.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Calibration
│   │   │   │   ├── Calibration.ino
│   │   │   │   ├── Calibration.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Fading
│   │   │   │   ├── Fading.ino
│   │   │   │   ├── Fading.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   └── Smoothing
│   │   │   ├── layout.png
│   │   │   ├── schematic.png
│   │   │   ├── Smoothing.ino
│   │   │   └── Smoothing.txt
│   │   ├── 04.Communication
│   │   │   ├── ASCIITable
│   │   │   │   ├── ASCIITable.ino
│   │   │   │   └── ASCIITable.txt
│   │   │   ├── Dimmer
│   │   │   │   ├── Dimmer.ino
│   │   │   │   ├── Dimmer.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Graph
│   │   │   │   ├── Graph.ino
│   │   │   │   ├── Graph.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Midi
│   │   │   │   ├── layout.png
│   │   │   │   ├── Midi.ino
│   │   │   │   ├── MIDI.txt
│   │   │   │   └── schematic.png
│   │   │   ├── MultiSerial
│   │   │   │   ├── MultiSerial.ino
│   │   │   │   └── MultiSerial.txt
│   │   │   ├── PhysicalPixel
│   │   │   │   ├── layout.png
│   │   │   │   ├── PhysicalPixel.ino
│   │   │   │   ├── PhysicalPixel.txt
│   │   │   │   └── schematic.png
│   │   │   ├── ReadASCIIString
│   │   │   │   ├── layout.png
│   │   │   │   ├── ReadASCIIString.ino
│   │   │   │   └── ReadASCIIString.txt
│   │   │   ├── SerialCallResponse
│   │   │   │   ├── layout.png
│   │   │   │   ├── schematic.png
│   │   │   │   ├── SerialCallResponse.ino
│   │   │   │   └── SerialCallResponse.txt
│   │   │   ├── SerialCallResponseASCII
│   │   │   │   ├── layout.png
│   │   │   │   ├── schematic.png
│   │   │   │   ├── SerialCallResponseASCII.ino
│   │   │   │   └── SerialCallResponseASCII.txt
│   │   │   ├── SerialEvent
│   │   │   │   ├── SerialEvent.ino
│   │   │   │   └── SerialEvent.txt
│   │   │   ├── SerialPassthrough
│   │   │   │   └── SerialPassthrough.ino
│   │   │   └── VirtualColorMixer
│   │   │   ├── layout.png
│   │   │   ├── schematic.png
│   │   │   ├── VirtualColorMixer.ino
│   │   │   └── VirtualColorMixer.txt
│   │   ├── 05.Control
│   │   │   ├── Arrays
│   │   │   │   ├── Arrays.ino
│   │   │   │   ├── Arrays.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── ForLoopIteration
│   │   │   │   ├── ForLoopIteration.ino
│   │   │   │   ├── ForLoopIteration.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── IfStatementConditional
│   │   │   │   ├── IfStatementConditional.ino
│   │   │   │   ├── IfStatementConditional.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── switchCase
│   │   │   │   ├── layout.png
│   │   │   │   ├── schematic.png
│   │   │   │   ├── switchCase.ino
│   │   │   │   └── switchCase.txt
│   │   │   ├── switchCase2
│   │   │   │   ├── layout.png
│   │   │   │   ├── schematic.png
│   │   │   │   ├── switchCase2.ino
│   │   │   │   └── switchCase2.txt
│   │   │   └── WhileStatementConditional
│   │   │   ├── layout.png
│   │   │   ├── schematic.png
│   │   │   ├── WhileStatementConditional.ino
│   │   │   └── WhileStatementConditional.txt
│   │   ├── 06.Sensors
│   │   │   ├── ADXL3xx
│   │   │   │   ├── ADXL3xx.ino
│   │   │   │   ├── ADXL3xx.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Knock
│   │   │   │   ├── Knock.ino
│   │   │   │   ├── Knock.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   ├── Memsic2125
│   │   │   │   ├── layout.png
│   │   │   │   ├── Memsic2125.ino
│   │   │   │   ├── Memsic2125.txt
│   │   │   │   └── schematic.png
│   │   │   └── Ping
│   │   │   ├── layout.png
│   │   │   ├── Ping.ino
│   │   │   ├── Ping.txt
│   │   │   └── schematic.png
│   │   ├── 07.Display
│   │   │   ├── barGraph
│   │   │   │   ├── barGraph.ino
│   │   │   │   ├── layout.png
│   │   │   │   ├── LEDBarGraph.txt
│   │   │   │   └── schematic.png
│   │   │   └── RowColumnScanning
│   │   │   ├── layout.png
│   │   │   ├── RowColumnScanning.ino
│   │   │   ├── RowColumnScanning.txt
│   │   │   └── schematic.png
│   │   ├── 08.Strings
│   │   │   ├── CharacterAnalysis
│   │   │   │   └── CharacterAnalysis.ino
│   │   │   ├── StringAdditionOperator
│   │   │   │   ├── StringAdditionOperator.ino
│   │   │   │   └── StringAdditionOperator.txt
│   │   │   ├── StringAppendOperator
│   │   │   │   └── StringAppendOperator.ino
│   │   │   ├── StringCaseChanges
│   │   │   │   ├── StringCaseChanges.ino
│   │   │   │   └── StringCaseChanges.txt
│   │   │   ├── StringCharacters
│   │   │   │   ├── StringCharacters.ino
│   │   │   │   └── StringCharacters.txt
│   │   │   ├── StringComparisonOperators
│   │   │   │   ├── StringComparisonOperators.ino
│   │   │   │   └── StringComparisonOperators.txt
│   │   │   ├── StringConstructors
│   │   │   │   ├── StringConstructors.ino
│   │   │   │   └── StringConstructors.txt
│   │   │   ├── StringIndexOf
│   │   │   │   ├── StringIndexOf.ino
│   │   │   │   └── StringIndexOf.txt
│   │   │   ├── StringLength
│   │   │   │   ├── StringLength.ino
│   │   │   │   └── StringLength.txt
│   │   │   ├── StringLengthTrim
│   │   │   │   ├── StringLengthTrim.ino
│   │   │   │   └── StringLengthTrim.txt
│   │   │   ├── StringReplace
│   │   │   │   ├── StringReplace.ino
│   │   │   │   └── StringReplace.txt
│   │   │   ├── StringStartsWithEndsWith
│   │   │   │   ├── StringStartsWithEndsWith.ino
│   │   │   │   └── StringStartsWithEndsWith.txt
│   │   │   ├── StringSubstring
│   │   │   │   ├── StringSubstring.ino
│   │   │   │   └── StringSubstring.txt
│   │   │   └── StringToInt
│   │   │   └── StringToInt.ino
│   │   ├── 09.USB
│   │   │   ├── Keyboard
│   │   │   │   ├── KeyboardLogout
│   │   │   │   │   ├── KeyboardLogout.ino
│   │   │   │   │   └── KeyboardLogout.txt
│   │   │   │   ├── KeyboardMessage
│   │   │   │   │   ├── KeyboardMessage.ino
│   │   │   │   │   ├── KeyboardMessage.txt
│   │   │   │   │   ├── layout.png
│   │   │   │   │   └── schematic.png
│   │   │   │   ├── KeyboardReprogram
│   │   │   │   │   ├── KeyboardReprogram.ino
│   │   │   │   │   └── KeyboardReprogram.txt
│   │   │   │   └── KeyboardSerial
│   │   │   │   ├── KeyboardSerial.ino
│   │   │   │   └── KeyboardSerial.txt
│   │   │   ├── KeyboardAndMouseControl
│   │   │   │   ├── KeyboardAndMouseControl.ino
│   │   │   │   ├── KeyboardAndMouseControl.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   └── Mouse
│   │   │   ├── ButtonMouseControl
│   │   │   │   ├── ButtonMouseControl.ino
│   │   │   │   ├── ButtonMouseControl.txt
│   │   │   │   ├── layout.png
│   │   │   │   └── schematic.png
│   │   │   └── JoystickMouseControl
│   │   │   ├── JoystickMouseControl.ino
│   │   │   ├── JoystickMouseControl.txt
│   │   │   ├── layout.png
│   │   │   └── schematic.png
│   │   ├── 10.StarterKit_BasicKit
│   │   │   ├── p02_SpaceshipInterface
│   │   │   │   └── p02_SpaceshipInterface.ino
│   │   │   ├── p03_LoveOMeter
│   │   │   │   └── p03_LoveOMeter.ino
│   │   │   ├── p04_ColorMixingLamp
│   │   │   │   └── p04_ColorMixingLamp.ino
│   │   │   ├── p05_ServoMoodIndicator
│   │   │   │   └── p05_ServoMoodIndicator.ino
│   │   │   ├── p06_LightTheremin
│   │   │   │   └── p06_LightTheremin.ino
│   │   │   ├── p07_Keyboard
│   │   │   │   └── p07_Keyboard.ino
│   │   │   ├── p08_DigitalHourglass
│   │   │   │   └── p08_DigitalHourglass.ino
│   │   │   ├── p09_MotorizedPinwheel
│   │   │   │   └── p09_MotorizedPinwheel.ino
│   │   │   ├── p10_Zoetrope
│   │   │   │   └── p10_Zoetrope.ino
│   │   │   ├── p11_CrystalBall
│   │   │   │   └── p11_CrystalBall.ino
│   │   │   ├── p12_KnockLock
│   │   │   │   └── p12_KnockLock.ino
│   │   │   ├── p13_TouchSensorLamp
│   │   │   │   └── p13_TouchSensorLamp.ino
│   │   │   ├── p14_TweakTheArduinoLogo
│   │   │   │   └── p14_TweakTheArduinoLogo.ino
│   │   │   └── p15_HackingButtons
│   │   │   └── p15_HackingButtons.ino
│   │   └── 11.ArduinoISP
│   │   └── ArduinoISP
│   │   └── ArduinoISP.ino
│   ├── hardware
│   │   ├── arduino
│   │   │   └── avr
│   │   │   ├── boards.txt
│   │   │   ├── bootloaders
│   │   │   │   ├── atmega
│   │   │   │   │   ├── ATmegaBOOT_168_atmega1280.hex
│   │   │   │   │   ├── ATmegaBOOT_168_atmega328.hex
│   │   │   │   │   ├── ATmegaBOOT_168_atmega328_pro_8MHz.hex
│   │   │   │   │   ├── ATmegaBOOT_168.c
│   │   │   │   │   ├── ATmegaBOOT_168_diecimila.hex
│   │   │   │   │   ├── ATmegaBOOT_168_ng.hex
│   │   │   │   │   ├── ATmegaBOOT_168_pro_8MHz.hex
│   │   │   │   │   └── Makefile
│   │   │   │   ├── atmega8
│   │   │   │   │   ├── ATmegaBOOT.c
│   │   │   │   │   ├── ATmegaBOOT.hex
│   │   │   │   │   ├── ATmegaBOOT-prod-firmware-2009-11-07.hex
│   │   │   │   │   ├── ATmegaBOOT.txt
│   │   │   │   │   └── Makefile
│   │   │   │   ├── bt
│   │   │   │   │   ├── ATmegaBOOT_168_atmega328_bt.hex
│   │   │   │   │   ├── ATmegaBOOT_168.c
│   │   │   │   │   ├── ATmegaBOOT_168.hex
│   │   │   │   │   └── Makefile
│   │   │   │   ├── caterina
│   │   │   │   │   ├── Caterina.c
│   │   │   │   │   ├── Caterina-Circuitplay32u4.hex
│   │   │   │   │   ├── Caterina-Esplora.hex
│   │   │   │   │   ├── Caterina-Esplora.txt
│   │   │   │   │   ├── Caterina-Genuino-Micro.hex
│   │   │   │   │   ├── Caterina-Genuino-Micro.txt
│   │   │   │   │   ├── Caterina.h
│   │   │   │   │   ├── Caterina-Industrial101.hex
│   │   │   │   │   ├── Caterina-LeonardoEthernet.hex
│   │   │   │   │   ├── Caterina-Leonardo.hex
│   │   │   │   │   ├── Caterina-Leonardo.txt
│   │   │   │   │   ├── Caterina-LininoOne.hex
│   │   │   │   │   ├── Caterina-Micro.hex
│   │   │   │   │   ├── Caterina-Micro.txt
│   │   │   │   │   ├── Caterina-Yun.hex
│   │   │   │   │   ├── Caterina-YunMini.hex
│   │   │   │   │   ├── Caterina-Yun-noblink.hex
│   │   │   │   │   ├── Descriptors.c
│   │   │   │   │   ├── Descriptors.h
│   │   │   │   │   ├── Esplora-prod-firmware-2012-12-10.hex
│   │   │   │   │   ├── Esplora-prod-firmware-2012-12-10.txt
│   │   │   │   │   ├── Leonardo-prod-firmware-2012-04-26.hex
│   │   │   │   │   ├── Leonardo-prod-firmware-2012-04-26.txt
│   │   │   │   │   ├── Leonardo-prod-firmware-2012-12-10.hex
│   │   │   │   │   ├── Leonardo-prod-firmware-2012-12-10.txt
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── Micro-prod-firmware-2012-11-23.hex
│   │   │   │   │   ├── Micro-prod-firmware-2012-11-23.txt
│   │   │   │   │   ├── Micro-prod-firmware-2012-12-10.hex
│   │   │   │   │   └── Micro-prod-firmware-2012-12-10.txt
│   │   │   │   ├── caterina-Arduino_Robot
│   │   │   │   │   ├── Caterina.c
│   │   │   │   │   ├── Caterina.h
│   │   │   │   │   ├── Caterina-Robot-Control.hex
│   │   │   │   │   ├── Caterina-Robot-Motor.hex
│   │   │   │   │   ├── Caterina-Robot.txt
│   │   │   │   │   ├── Descriptors.c
│   │   │   │   │   ├── Descriptors.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   └── README.md
│   │   │   │   ├── caterina-LilyPadUSB
│   │   │   │   │   ├── Caterina.c
│   │   │   │   │   ├── Caterina.h
│   │   │   │   │   ├── Caterina-LilyPadUSB.hex
│   │   │   │   │   ├── Descriptors.c
│   │   │   │   │   ├── Descriptors.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   └── Readme.txt
│   │   │   │   ├── gemma
│   │   │   │   │   ├── avrdude.conf
│   │   │   │   │   ├── gemma_v1.hex
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── usbconfig.h
│   │   │   │   │   └── usbconfig.patch
│   │   │   │   ├── lilypad
│   │   │   │   │   ├── LilyPadBOOT_168.hex
│   │   │   │   │   └── src
│   │   │   │   │   ├── ATmegaBOOT.c
│   │   │   │   │   └── Makefile
│   │   │   │   ├── optiboot
│   │   │   │   │   ├── boot.h
│   │   │   │   │   ├── makeall
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── omake
│   │   │   │   │   ├── omake.bat
│   │   │   │   │   ├── optiboot_atmega168.hex
│   │   │   │   │   ├── optiboot_atmega168.lst
│   │   │   │   │   ├── optiboot_atmega328.hex
│   │   │   │   │   ├── optiboot_atmega328.lst
│   │   │   │   │   ├── optiboot_atmega328-Mini.hex
│   │   │   │   │   ├── optiboot_atmega8.hex
│   │   │   │   │   ├── optiboot_atmega8.lst
│   │   │   │   │   ├── optiboot.c
│   │   │   │   │   ├── pin_defs.h
│   │   │   │   │   ├── README.TXT
│   │   │   │   │   └── stk500.h
│   │   │   │   └── stk500v2
│   │   │   │   ├── avr_cpunames.h
│   │   │   │   ├── avrinterruptnames.h
│   │   │   │   ├── command.h
│   │   │   │   ├── License.txt
│   │   │   │   ├── Makefile
│   │   │   │   ├── Mega2560-prod-firmware-2011-06-29.hex
│   │   │   │   ├── stk500boot.c
│   │   │   │   ├── stk500boot.ppg
│   │   │   │   ├── stk500boot_v2_mega2560.hex
│   │   │   │   ├── STK500V2.pnproj
│   │   │   │   └── STK500V2.pnps
│   │   │   ├── cores
│   │   │   │   └── arduino
│   │   │   │   ├── abi.cpp
│   │   │   │   ├── Arduino.h
│   │   │   │   ├── binary.h
│   │   │   │   ├── CDC.cpp
│   │   │   │   ├── Client.h
│   │   │   │   ├── HardwareSerial0.cpp
│   │   │   │   ├── HardwareSerial1.cpp
│   │   │   │   ├── HardwareSerial2.cpp
│   │   │   │   ├── HardwareSerial3.cpp
│   │   │   │   ├── HardwareSerial.cpp
│   │   │   │   ├── HardwareSerial.h
│   │   │   │   ├── HardwareSerial_private.h
│   │   │   │   ├── hooks.c
│   │   │   │   ├── IPAddress.cpp
│   │   │   │   ├── IPAddress.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── new.cpp
│   │   │   │   ├── new.h
│   │   │   │   ├── PluggableUSB.cpp
│   │   │   │   ├── PluggableUSB.h
│   │   │   │   ├── Printable.h
│   │   │   │   ├── Print.cpp
│   │   │   │   ├── Print.h
│   │   │   │   ├── Server.h
│   │   │   │   ├── Stream.cpp
│   │   │   │   ├── Stream.h
│   │   │   │   ├── Tone.cpp
│   │   │   │   ├── Udp.h
│   │   │   │   ├── USBAPI.h
│   │   │   │   ├── USBCore.cpp
│   │   │   │   ├── USBCore.h
│   │   │   │   ├── USBDesc.h
│   │   │   │   ├── WCharacter.h
│   │   │   │   ├── WInterrupts.c
│   │   │   │   ├── wiring_analog.c
│   │   │   │   ├── wiring.c
│   │   │   │   ├── wiring_digital.c
│   │   │   │   ├── wiring_private.h
│   │   │   │   ├── wiring_pulse.c
│   │   │   │   ├── wiring_pulse.S
│   │   │   │   ├── wiring_shift.c
│   │   │   │   ├── WMath.cpp
│   │   │   │   ├── WString.cpp
│   │   │   │   └── WString.h
│   │   │   ├── extras
│   │   │   │   ├── package_index.json.Hourly.template
│   │   │   │   ├── package_index.json.PR.template
│   │   │   │   ├── pack.hourlybuild.bash
│   │   │   │   ├── pack.pullrequest.bash
│   │   │   │   └── pack.release.bash
│   │   │   ├── firmwares
│   │   │   │   ├── arduinoISP
│   │   │   │   │   └── readme.txt
│   │   │   │   ├── atmegaxxu2
│   │   │   │   │   ├── Arduino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-Rev3.hex
│   │   │   │   │   ├── Arduino-COMBINED-dfu-usbserial-atmega16u2-MegaADK-Rev3.hex
│   │   │   │   │   ├── Arduino-COMBINED-dfu-usbserial-atmega16u2-Uno-Rev3.hex
│   │   │   │   │   ├── arduino-usbdfu
│   │   │   │   │   │   ├── Arduino-usbdfu.c
│   │   │   │   │   │   ├── Arduino-usbdfu.h
│   │   │   │   │   │   ├── Board
│   │   │   │   │   │   │   └── LEDs.h
│   │   │   │   │   │   ├── Descriptors.c
│   │   │   │   │   │   ├── Descriptors.h
│   │   │   │   │   │   ├── makefile
│   │   │   │   │   │   └── readme.txt
│   │   │   │   │   ├── arduino-usbserial
│   │   │   │   │   │   ├── Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex
│   │   │   │   │   │   ├── Arduino-usbserial-atmega16u2-MegaADK-Rev3.hex
│   │   │   │   │   │   ├── Arduino-usbserial-atmega16u2-Uno-Rev3.hex
│   │   │   │   │   │   ├── Arduino-usbserial.c
│   │   │   │   │   │   ├── Arduino-usbserial.h
│   │   │   │   │   │   ├── Arduino-usbserial-mega.hex
│   │   │   │   │   │   ├── Arduino-usbserial-uno.hex
│   │   │   │   │   │   ├── Board
│   │   │   │   │   │   │   └── LEDs.h
│   │   │   │   │   │   ├── Descriptors.c
│   │   │   │   │   │   ├── Descriptors.h
│   │   │   │   │   │   ├── Genuino-usbserial-atmega16u2-Mega2560-R3.hex
│   │   │   │   │   │   ├── Genuino-usbserial-atmega16u2-Uno-R3.hex
│   │   │   │   │   │   ├── Lib
│   │   │   │   │   │   │   └── LightweightRingBuff.h
│   │   │   │   │   │   ├── makefile
│   │   │   │   │   │   └── readme.txt
│   │   │   │   │   ├── Genuino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-R3.hex
│   │   │   │   │   ├── Genuino-COMBINED-dfu-usbserial-atmega16u2-Uno-R3.hex
│   │   │   │   │   ├── MEGA-dfu_and_usbserial_combined.hex
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── UNO-dfu_and_usbserial_combined.hex
│   │   │   │   └── wifishield
│   │   │   │   ├── binary
│   │   │   │   │   ├── wifi_dnld_2_1.elf
│   │   │   │   │   ├── wifi_dnld.elf
│   │   │   │   │   ├── wifi_dnld.hex
│   │   │   │   │   ├── wifiHD_2_1.elf
│   │   │   │   │   ├── wifiHD.elf
│   │   │   │   │   └── wifiHD.hex
│   │   │   │   ├── scripts
│   │   │   │   │   ├── ArduinoWifiShield_upgrade_mac.sh
│   │   │   │   │   └── ArduinoWifiShield_upgrade.sh
│   │   │   │   ├── wifi_dnld
│   │   │   │   │   ├── Release
│   │   │   │   │   │   └── wifi_dnld.elf
│   │   │   │   │   ├── src
│   │   │   │   │   │   ├── clocks.c
│   │   │   │   │   │   ├── clocks.h
│   │   │   │   │   │   ├── CONFIG
│   │   │   │   │   │   │   ├── conf_access.h
│   │   │   │   │   │   │   └── conf_at45dbx.h
│   │   │   │   │   │   ├── Doc
│   │   │   │   │   │   │   ├── gettingstarted.pdf
│   │   │   │   │   │   │   └── SPB104 product brief.pdf
│   │   │   │   │   │   ├── flash_fw.c
│   │   │   │   │   │   ├── license.txt
│   │   │   │   │   │   ├── nor_flash.c
│   │   │   │   │   │   ├── nor_flash.h
│   │   │   │   │   │   ├── printf-stdarg.c
│   │   │   │   │   │   ├── printf-stdarg.h
│   │   │   │   │   │   ├── SOFTWARE_FRAMEWORK
│   │   │   │   │   │   │   ├── ASM
│   │   │   │   │   │   │   │   └── trampoline.x
│   │   │   │   │   │   │   ├── BOARDS
│   │   │   │   │   │   │   │   ├── ARDUINO
│   │   │   │   │   │   │   │   │   ├── arduino.h
│   │   │   │   │   │   │   │   │   ├── led.c
│   │   │   │   │   │   │   │   │   └── led.h
│   │   │   │   │   │   │   │   ├── board.h
│   │   │   │   │   │   │   │   ├── board.h.ori
│   │   │   │   │   │   │   │   └── EVK1105
│   │   │   │   │   │   │   │   ├── evk1105.h
│   │   │   │   │   │   │   │   ├── led.c
│   │   │   │   │   │   │   │   └── led.h
│   │   │   │   │   │   │   ├── COMPONENTS
│   │   │   │   │   │   │   │   └── MEMORY
│   │   │   │   │   │   │   │   └── DATA_FLASH
│   │   │   │   │   │   │   │   └── AT45DBX
│   │   │   │   │   │   │   │   ├── at45dbx.c
│   │   │   │   │   │   │   │   ├── at45dbx.h
│   │   │   │   │   │   │   │   ├── at45dbx_mem.c
│   │   │   │   │   │   │   │   └── at45dbx_mem.h
│   │   │   │   │   │   │   ├── DRIVERS
│   │   │   │   │   │   │   │   ├── FLASHC
│   │   │   │   │   │   │   │   │   ├── flashc.c
│   │   │   │   │   │   │   │   │   └── flashc.h
│   │   │   │   │   │   │   │   ├── GPIO
│   │   │   │   │   │   │   │   │   ├── gpio.c
│   │   │   │   │   │   │   │   │   └── gpio.h
│   │   │   │   │   │   │   │   ├── INTC
│   │   │   │   │   │   │   │   │   ├── exception.x
│   │   │   │   │   │   │   │   │   ├── intc.c
│   │   │   │   │   │   │   │   │   └── intc.h
│   │   │   │   │   │   │   │   ├── PM
│   │   │   │   │   │   │   │   │   ├── pm.c
│   │   │   │   │   │   │   │   │   ├── pm_conf_clocks.c
│   │   │   │   │   │   │   │   │   ├── pm.h
│   │   │   │   │   │   │   │   │   ├── power_clocks_lib.c
│   │   │   │   │   │   │   │   │   └── power_clocks_lib.h
│   │   │   │   │   │   │   │   ├── SPI
│   │   │   │   │   │   │   │   │   ├── spi.c
│   │   │   │   │   │   │   │   │   └── spi.h
│   │   │   │   │   │   │   │   └── USART
│   │   │   │   │   │   │   │   ├── usart.c
│   │   │   │   │   │   │   │   └── usart.h
│   │   │   │   │   │   │   ├── SERVICES
│   │   │   │   │   │   │   │   └── MEMORY
│   │   │   │   │   │   │   │   └── CTRL_ACCESS
│   │   │   │   │   │   │   │   ├── ctrl_access.c
│   │   │   │   │   │   │   │   └── ctrl_access.h
│   │   │   │   │   │   │   └── UTILS
│   │   │   │   │   │   │   ├── compiler.h
│   │   │   │   │   │   │   ├── conf_isp.h
│   │   │   │   │   │   │   ├── DEBUG
│   │   │   │   │   │   │   │   ├── debug.c
│   │   │   │   │   │   │   │   ├── debug.h
│   │   │   │   │   │   │   │   ├── print_funcs.c
│   │   │   │   │   │   │   │   └── print_funcs.h
│   │   │   │   │   │   │   ├── LIBS
│   │   │   │   │   │   │   │   └── NEWLIB_ADDONS
│   │   │   │   │   │   │   │   ├── INCLUDE
│   │   │   │   │   │   │   │   │   ├── nlao_cpu.h
│   │   │   │   │   │   │   │   │   ├── nlao_exceptions.h
│   │   │   │   │   │   │   │   │   ├── nlao_interrupts.h
│   │   │   │   │   │   │   │   │   ├── nlao_io.h
│   │   │   │   │   │   │   │   │   └── nlao_usart.h
│   │   │   │   │   │   │   │   └── libnewlib_addons-at32ucr2-speed_opt.a
│   │   │   │   │   │   │   ├── LINKER_SCRIPTS
│   │   │   │   │   │   │   │   └── AT32UC3A
│   │   │   │   │   │   │   │   ├── 0512
│   │   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   │   └── link_uc3a0512.lds
│   │   │   │   │   │   │   │   └── 1256
│   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   └── link_uc3a1256.lds
│   │   │   │   │   │   │   ├── parts.h
│   │   │   │   │   │   │   ├── PREPROCESSOR
│   │   │   │   │   │   │   │   ├── mrepeat.h
│   │   │   │   │   │   │   │   ├── preprocessor.h
│   │   │   │   │   │   │   │   ├── stringz.h
│   │   │   │   │   │   │   │   └── tpaste.h
│   │   │   │   │   │   │   └── STARTUP_FILES
│   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   └── crt0.x
│   │   │   │   │   │   ├── startup.c
│   │   │   │   │   │   ├── startup.h
│   │   │   │   │   │   └── wl_fw.h
│   │   │   │   │   └── wifi_dnld.cproj
│   │   │   │   ├── wifiHD
│   │   │   │   │   ├── Release
│   │   │   │   │   │   ├── wifiHD.elf
│   │   │   │   │   │   └── wifiHD.hex
│   │   │   │   │   ├── src
│   │   │   │   │   │   ├── ard_spi.c
│   │   │   │   │   │   ├── ard_spi.h
│   │   │   │   │   │   ├── ard_tcp.c
│   │   │   │   │   │   ├── ard_tcp.h
│   │   │   │   │   │   ├── ard_utils.c
│   │   │   │   │   │   ├── ard_utils.h
│   │   │   │   │   │   ├── avr32_spi.c
│   │   │   │   │   │   ├── board_init.c
│   │   │   │   │   │   ├── board_init.h
│   │   │   │   │   │   ├── cmd_wl.c
│   │   │   │   │   │   ├── cmd_wl.h
│   │   │   │   │   │   ├── CONFIG
│   │   │   │   │   │   │   ├── conf_access.h
│   │   │   │   │   │   │   ├── conf_at45dbx.h
│   │   │   │   │   │   │   ├── conf_ebi.h
│   │   │   │   │   │   │   └── conf_sd_mmc_spi.h
│   │   │   │   │   │   ├── console.c
│   │   │   │   │   │   ├── console.h
│   │   │   │   │   │   ├── debug.h
│   │   │   │   │   │   ├── fw_download_extflash.c
│   │   │   │   │   │   ├── fw_download.h
│   │   │   │   │   │   ├── license.txt
│   │   │   │   │   │   ├── lwipopts.h
│   │   │   │   │   │   ├── lwip_setup.c
│   │   │   │   │   │   ├── lwip_setup.h
│   │   │   │   │   │   ├── main.c
│   │   │   │   │   │   ├── nvram.c
│   │   │   │   │   │   ├── nvram.h
│   │   │   │   │   │   ├── owl_os.c
│   │   │   │   │   │   ├── ping.c
│   │   │   │   │   │   ├── ping.h
│   │   │   │   │   │   ├── printf-stdarg.c
│   │   │   │   │   │   ├── printf-stdarg.h
│   │   │   │   │   │   ├── SOFTWARE_FRAMEWORK
│   │   │   │   │   │   │   ├── ASM
│   │   │   │   │   │   │   │   └── trampoline.x
│   │   │   │   │   │   │   ├── BOARDS
│   │   │   │   │   │   │   │   ├── ARDUINO
│   │   │   │   │   │   │   │   │   ├── arduino.h
│   │   │   │   │   │   │   │   │   ├── led.c
│   │   │   │   │   │   │   │   │   └── led.h
│   │   │   │   │   │   │   │   ├── board.h
│   │   │   │   │   │   │   │   ├── board.h.my
│   │   │   │   │   │   │   │   └── EVK1105
│   │   │   │   │   │   │   │   ├── evk1105.h
│   │   │   │   │   │   │   │   ├── led.c
│   │   │   │   │   │   │   │   └── led.h
│   │   │   │   │   │   │   ├── COMPONENTS
│   │   │   │   │   │   │   │   ├── MEMORY
│   │   │   │   │   │   │   │   │   └── DATA_FLASH
│   │   │   │   │   │   │   │   │   └── AT45DBX
│   │   │   │   │   │   │   │   │   ├── at45dbx.c
│   │   │   │   │   │   │   │   │   ├── at45dbx.h
│   │   │   │   │   │   │   │   │   ├── at45dbx_mem.c
│   │   │   │   │   │   │   │   │   └── at45dbx_mem.h
│   │   │   │   │   │   │   │   └── WIFI
│   │   │   │   │   │   │   │   └── HD
│   │   │   │   │   │   │   │   ├── v2.7.0
│   │   │   │   │   │   │   │   │   ├── revision.txt
│   │   │   │   │   │   │   │   │   ├── UCR1
│   │   │   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   │   │   ├── lib_ucr1_hd_sdio_v2.7.0.a
│   │   │   │   │   │   │   │   │   │   ├── lib_ucr1_hd_spi_v2.7.0.a
│   │   │   │   │   │   │   │   │   │   └── lib_ucr1_hd_wl_sta_intwpa_v2.7.0.a
│   │   │   │   │   │   │   │   │   └── UCR2
│   │   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   │   ├── lib_ucr2_hd_sdio_v2.7.0.a
│   │   │   │   │   │   │   │   │   ├── lib_ucr2_hd_spi_v2.7.0.a
│   │   │   │   │   │   │   │   │   └── lib_ucr2_hd_wl_sta_intwpa_v2.7.0.a
│   │   │   │   │   │   │   │   ├── wlap_api.h
│   │   │   │   │   │   │   │   ├── wl_api.h
│   │   │   │   │   │   │   │   ├── wl_fw.h
│   │   │   │   │   │   │   │   ├── wl_os.h
│   │   │   │   │   │   │   │   ├── wl_sdio.h
│   │   │   │   │   │   │   │   └── wl_spi.h
│   │   │   │   │   │   │   ├── DRIVERS
│   │   │   │   │   │   │   │   ├── CPU
│   │   │   │   │   │   │   │   │   └── CYCLE_COUNTER
│   │   │   │   │   │   │   │   │   └── cycle_counter.h
│   │   │   │   │   │   │   │   ├── EBI
│   │   │   │   │   │   │   │   │   └── SMC
│   │   │   │   │   │   │   │   │   ├── smc.c
│   │   │   │   │   │   │   │   │   └── smc.h
│   │   │   │   │   │   │   │   ├── EIC
│   │   │   │   │   │   │   │   │   ├── eic.c
│   │   │   │   │   │   │   │   │   └── eic.h
│   │   │   │   │   │   │   │   ├── FLASHC
│   │   │   │   │   │   │   │   │   ├── flashc.c
│   │   │   │   │   │   │   │   │   └── flashc.h
│   │   │   │   │   │   │   │   ├── GPIO
│   │   │   │   │   │   │   │   │   ├── gpio.c
│   │   │   │   │   │   │   │   │   └── gpio.h
│   │   │   │   │   │   │   │   ├── INTC
│   │   │   │   │   │   │   │   │   ├── exception.x
│   │   │   │   │   │   │   │   │   ├── intc.c
│   │   │   │   │   │   │   │   │   └── intc.h
│   │   │   │   │   │   │   │   ├── PDCA
│   │   │   │   │   │   │   │   │   ├── pdca.c
│   │   │   │   │   │   │   │   │   └── pdca.h
│   │   │   │   │   │   │   │   ├── PM
│   │   │   │   │   │   │   │   │   ├── pm.c
│   │   │   │   │   │   │   │   │   ├── pm_conf_clocks.c
│   │   │   │   │   │   │   │   │   ├── pm.h
│   │   │   │   │   │   │   │   │   ├── power_clocks_lib.c
│   │   │   │   │   │   │   │   │   └── power_clocks_lib.h
│   │   │   │   │   │   │   │   ├── RTC
│   │   │   │   │   │   │   │   │   ├── rtc.c
│   │   │   │   │   │   │   │   │   └── rtc.h
│   │   │   │   │   │   │   │   ├── SPI
│   │   │   │   │   │   │   │   │   ├── spi.c
│   │   │   │   │   │   │   │   │   └── spi.h
│   │   │   │   │   │   │   │   ├── TC
│   │   │   │   │   │   │   │   │   ├── tc.c
│   │   │   │   │   │   │   │   │   └── tc.h
│   │   │   │   │   │   │   │   └── USART
│   │   │   │   │   │   │   │   ├── usart.c
│   │   │   │   │   │   │   │   └── usart.h
│   │   │   │   │   │   │   ├── SERVICES
│   │   │   │   │   │   │   │   ├── DELAY
│   │   │   │   │   │   │   │   │   ├── delay.c
│   │   │   │   │   │   │   │   │   └── delay.h
│   │   │   │   │   │   │   │   ├── LWIP
│   │   │   │   │   │   │   │   │   ├── lwip-1.3.2
│   │   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   ├── dhcp.c
│   │   │   │   │   │   │   │   │   │   │   ├── dns.c
│   │   │   │   │   │   │   │   │   │   │   ├── init.c
│   │   │   │   │   │   │   │   │   │   │   ├── ipv4
│   │   │   │   │   │   │   │   │   │   │   │   ├── autoip.c
│   │   │   │   │   │   │   │   │   │   │   │   ├── icmp.c
│   │   │   │   │   │   │   │   │   │   │   │   ├── igmp.c
│   │   │   │   │   │   │   │   │   │   │   │   ├── inet.c
│   │   │   │   │   │   │   │   │   │   │   │   ├── inet_chksum.c
│   │   │   │   │   │   │   │   │   │   │   │   ├── ip_addr.c
│   │   │   │   │   │   │   │   │   │   │   │   ├── ip.c
│   │   │   │   │   │   │   │   │   │   │   │   └── ip_frag.c
│   │   │   │   │   │   │   │   │   │   │   ├── mem.c
│   │   │   │   │   │   │   │   │   │   │   ├── memp.c
│   │   │   │   │   │   │   │   │   │   │   ├── netif.c
│   │   │   │   │   │   │   │   │   │   │   ├── pbuf.c
│   │   │   │   │   │   │   │   │   │   │   ├── raw.c
│   │   │   │   │   │   │   │   │   │   │   ├── stats.c
│   │   │   │   │   │   │   │   │   │   │   ├── tcp.c
│   │   │   │   │   │   │   │   │   │   │   ├── tcp_in.c
│   │   │   │   │   │   │   │   │   │   │   ├── tcp_out.c
│   │   │   │   │   │   │   │   │   │   │   └── udp.c
│   │   │   │   │   │   │   │   │   │   ├── include
│   │   │   │   │   │   │   │   │   │   │   ├── ipv4
│   │   │   │   │   │   │   │   │   │   │   │   └── lwip
│   │   │   │   │   │   │   │   │   │   │   │   ├── autoip.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── icmp.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── igmp.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── inet_chksum.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── inet.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── ip_addr.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── ip_frag.h
│   │   │   │   │   │   │   │   │   │   │   │   └── ip.h
│   │   │   │   │   │   │   │   │   │   │   ├── lwip
│   │   │   │   │   │   │   │   │   │   │   │   ├── api.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── api_msg.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── arch.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── debug.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── def.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── dhcp.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── dns.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── err.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── init.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── mem.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── memp.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── memp_std.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── netbuf.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── netdb.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── netifapi.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── netif.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── opt.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── pbuf.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── raw.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── sio.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── snmp_asn1.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── snmp.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── snmp_msg.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── snmp_structs.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── sockets.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── stats.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── sys.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── tcp.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── tcpip.h
│   │   │   │   │   │   │   │   │   │   │   │   └── udp.h
│   │   │   │   │   │   │   │   │   │   │   └── netif
│   │   │   │   │   │   │   │   │   │   │   ├── etharp.h
│   │   │   │   │   │   │   │   │   │   │   ├── loopif.h
│   │   │   │   │   │   │   │   │   │   │   ├── ppp_oe.h
│   │   │   │   │   │   │   │   │   │   │   └── slipif.h
│   │   │   │   │   │   │   │   │   │   └── netif
│   │   │   │   │   │   │   │   │   │   ├── etharp.c
│   │   │   │   │   │   │   │   │   │   └── loopif.c
│   │   │   │   │   │   │   │   │   └── lwip-port-1.3.2
│   │   │   │   │   │   │   │   │   └── HD
│   │   │   │   │   │   │   │   │   ├── if
│   │   │   │   │   │   │   │   │   │   ├── include
│   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   ├── cc.h
│   │   │   │   │   │   │   │   │   │   │   │   └── perf.h
│   │   │   │   │   │   │   │   │   │   │   ├── lwipopts.h
│   │   │   │   │   │   │   │   │   │   │   └── netif
│   │   │   │   │   │   │   │   │   │   │   └── wlif.h
│   │   │   │   │   │   │   │   │   │   └── netif
│   │   │   │   │   │   │   │   │   │   └── wlif.c
│   │   │   │   │   │   │   │   │   └── readme.txt
│   │   │   │   │   │   │   │   └── MEMORY
│   │   │   │   │   │   │   │   └── CTRL_ACCESS
│   │   │   │   │   │   │   │   ├── ctrl_access.c
│   │   │   │   │   │   │   │   └── ctrl_access.h
│   │   │   │   │   │   │   └── UTILS
│   │   │   │   │   │   │   ├── compiler.h
│   │   │   │   │   │   │   ├── conf_isp.h
│   │   │   │   │   │   │   ├── DEBUG
│   │   │   │   │   │   │   │   ├── debug.c
│   │   │   │   │   │   │   │   ├── debug.h
│   │   │   │   │   │   │   │   ├── print_funcs.c
│   │   │   │   │   │   │   │   └── print_funcs.h
│   │   │   │   │   │   │   ├── LIBS
│   │   │   │   │   │   │   │   └── NEWLIB_ADDONS
│   │   │   │   │   │   │   │   ├── INCLUDE
│   │   │   │   │   │   │   │   │   ├── nlao_cpu.h
│   │   │   │   │   │   │   │   │   ├── nlao_exceptions.h
│   │   │   │   │   │   │   │   │   ├── nlao_interrupts.h
│   │   │   │   │   │   │   │   │   ├── nlao_io.h
│   │   │   │   │   │   │   │   │   └── nlao_usart.h
│   │   │   │   │   │   │   │   └── libnewlib_addons-at32ucr2-speed_opt.a
│   │   │   │   │   │   │   ├── LINKER_SCRIPTS
│   │   │   │   │   │   │   │   └── AT32UC3A
│   │   │   │   │   │   │   │   ├── 0512
│   │   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   │   └── link_uc3a0512.lds
│   │   │   │   │   │   │   │   └── 1256
│   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   └── link_uc3a1256.lds
│   │   │   │   │   │   │   ├── parts.h
│   │   │   │   │   │   │   ├── PREPROCESSOR
│   │   │   │   │   │   │   │   ├── mrepeat.h
│   │   │   │   │   │   │   │   ├── preprocessor.h
│   │   │   │   │   │   │   │   ├── stringz.h
│   │   │   │   │   │   │   │   └── tpaste.h
│   │   │   │   │   │   │   └── STARTUP_FILES
│   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   └── crt0.x
│   │   │   │   │   │   ├── timer.c
│   │   │   │   │   │   ├── timer.h
│   │   │   │   │   │   ├── top_defs.h
│   │   │   │   │   │   ├── trace.h
│   │   │   │   │   │   ├── util.c
│   │   │   │   │   │   ├── util.h
│   │   │   │   │   │   ├── wifi_spi.h
│   │   │   │   │   │   ├── wl_cm.c
│   │   │   │   │   │   ├── wl_cm.h
│   │   │   │   │   │   └── wl_definitions.h
│   │   │   │   │   └── wifiHD.cproj
│   │   │   │   └── wifishield.atsln
│   │   │   ├── libraries
│   │   │   │   ├── EEPROM
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── eeprom_clear
│   │   │   │   │   │   │   └── eeprom_clear.ino
│   │   │   │   │   │   ├── eeprom_crc
│   │   │   │   │   │   │   └── eeprom_crc.ino
│   │   │   │   │   │   ├── eeprom_get
│   │   │   │   │   │   │   └── eeprom_get.ino
│   │   │   │   │   │   ├── eeprom_iteration
│   │   │   │   │   │   │   └── eeprom_iteration.ino
│   │   │   │   │   │   ├── eeprom_put
│   │   │   │   │   │   │   └── eeprom_put.ino
│   │   │   │   │   │   ├── eeprom_read
│   │   │   │   │   │   │   └── eeprom_read.ino
│   │   │   │   │   │   ├── eeprom_update
│   │   │   │   │   │   │   └── eeprom_update.ino
│   │   │   │   │   │   └── eeprom_write
│   │   │   │   │   │   └── eeprom_write.ino
│   │   │   │   │   ├── keywords.txt
│   │   │   │   │   ├── library.properties
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── src
│   │   │   │   │   └── EEPROM.h
│   │   │   │   ├── HID
│   │   │   │   │   ├── keywords.txt
│   │   │   │   │   ├── library.properties
│   │   │   │   │   └── src
│   │   │   │   │   ├── HID.cpp
│   │   │   │   │   └── HID.h
│   │   │   │   ├── SoftwareSerial
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── SoftwareSerialExample
│   │   │   │   │   │   │   └── SoftwareSerialExample.ino
│   │   │   │   │   │   └── TwoPortReceive
│   │   │   │   │   │   └── TwoPortReceive.ino
│   │   │   │   │   ├── keywords.txt
│   │   │   │   │   ├── library.properties
│   │   │   │   │   └── src
│   │   │   │   │   ├── SoftwareSerial.cpp
│   │   │   │   │   └── SoftwareSerial.h
│   │   │   │   ├── SPI
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── BarometricPressureSensor
│   │   │   │   │   │   │   └── BarometricPressureSensor.ino
│   │   │   │   │   │   └── DigitalPotControl
│   │   │   │   │   │   └── DigitalPotControl.ino
│   │   │   │   │   ├── keywords.txt
│   │   │   │   │   ├── library.properties
│   │   │   │   │   └── src
│   │   │   │   │   ├── SPI.cpp
│   │   │   │   │   └── SPI.h
│   │   │   │   └── Wire
│   │   │   │   ├── examples
│   │   │   │   │   ├── digital_potentiometer
│   │   │   │   │   │   └── digital_potentiometer.ino
│   │   │   │   │   ├── master_reader
│   │   │   │   │   │   └── master_reader.ino
│   │   │   │   │   ├── master_writer
│   │   │   │   │   │   └── master_writer.ino
│   │   │   │   │   ├── SFRRanger_reader
│   │   │   │   │   │   └── SFRRanger_reader.ino
│   │   │   │   │   ├── slave_receiver
│   │   │   │   │   │   └── slave_receiver.ino
│   │   │   │   │   └── slave_sender
│   │   │   │   │   └── slave_sender.ino
│   │   │   │   ├── keywords.txt
│   │   │   │   ├── library.properties
│   │   │   │   └── src
│   │   │   │   ├── utility
│   │   │   │   │   ├── twi.c
│   │   │   │   │   └── twi.h
│   │   │   │   ├── Wire.cpp
│   │   │   │   └── Wire.h
│   │   │   ├── platform.txt
│   │   │   ├── programmers.txt
│   │   │   └── variants
│   │   │   ├── circuitplay32u4
│   │   │   │   └── pins_arduino.h
│   │   │   ├── eightanaloginputs
│   │   │   │   └── pins_arduino.h
│   │   │   ├── ethernet
│   │   │   │   └── pins_arduino.h
│   │   │   ├── gemma
│   │   │   │   └── pins_arduino.h
│   │   │   ├── leonardo
│   │   │   │   └── pins_arduino.h
│   │   │   ├── mega
│   │   │   │   └── pins_arduino.h
│   │   │   ├── micro
│   │   │   │   └── pins_arduino.h
│   │   │   ├── robot_control
│   │   │   │   └── pins_arduino.h
│   │   │   ├── robot_motor
│   │   │   │   └── pins_arduino.h
│   │   │   ├── standard
│   │   │   │   └── pins_arduino.h
│   │   │   └── yun
│   │   │   └── pins_arduino.h
│   │   ├── package_index_bundled.json
│   │   ├── platform.keys.rewrite.txt
│   │   ├── platform.txt
│   │   └── tools
│   │   └── avr
│   │   ├── avr
│   │   │   ├── bin
│   │   │   │   ├── ar
│   │   │   │   ├── as
│   │   │   │   ├── ld
│   │   │   │   ├── ld.bfd
│   │   │   │   ├── nm
│   │   │   │   ├── objcopy
│   │   │   │   ├── objdump
│   │   │   │   ├── ranlib
│   │   │   │   ├── readelf
│   │   │   │   └── strip
│   │   │   ├── include
│   │   │   │   ├── alloca.h
│   │   │   │   ├── assert.h
│   │   │   │   ├── avr
│   │   │   │   │   ├── boot.h
│   │   │   │   │   ├── builtins.h
│   │   │   │   │   ├── common.h
│   │   │   │   │   ├── cpufunc.h
│   │   │   │   │   ├── crc16.h
│   │   │   │   │   ├── delay.h
│   │   │   │   │   ├── eeprom.h
│   │   │   │   │   ├── fuse.h
│   │   │   │   │   ├── interrupt.h
│   │   │   │   │   ├── io1200.h
│   │   │   │   │   ├── io2313.h
│   │   │   │   │   ├── io2323.h
│   │   │   │   │   ├── io2333.h
│   │   │   │   │   ├── io2343.h
│   │   │   │   │   ├── io43u32x.h
│   │   │   │   │   ├── io43u35x.h
│   │   │   │   │   ├── io4414.h
│   │   │   │   │   ├── io4433.h
│   │   │   │   │   ├── io4434.h
│   │   │   │   │   ├── io76c711.h
│   │   │   │   │   ├── io8515.h
│   │   │   │   │   ├── io8534.h
│   │   │   │   │   ├── io8535.h
│   │   │   │   │   ├── io86r401.h
│   │   │   │   │   ├── io90pwm161.h
│   │   │   │   │   ├── io90pwm1.h
│   │   │   │   │   ├── io90pwm216.h
│   │   │   │   │   ├── io90pwm2b.h
│   │   │   │   │   ├── io90pwm316.h
│   │   │   │   │   ├── io90pwm3b.h
│   │   │   │   │   ├── io90pwm81.h
│   │   │   │   │   ├── io90pwmx.h
│   │   │   │   │   ├── io90scr100.h
│   │   │   │   │   ├── ioa5272.h
│   │   │   │   │   ├── ioa5505.h
│   │   │   │   │   ├── ioa5702m322.h
│   │   │   │   │   ├── ioa5782.h
│   │   │   │   │   ├── ioa5790.h
│   │   │   │   │   ├── ioa5790n.h
│   │   │   │   │   ├── ioa5791.h
│   │   │   │   │   ├── ioa5795.h
│   │   │   │   │   ├── ioa5831.h
│   │   │   │   │   ├── ioa6285.h
│   │   │   │   │   ├── ioa6286.h
│   │   │   │   │   ├── ioa6289.h
│   │   │   │   │   ├── ioa6612c.h
│   │   │   │   │   ├── ioa6613c.h
│   │   │   │   │   ├── ioa6614q.h
│   │   │   │   │   ├── ioa6616c.h
│   │   │   │   │   ├── ioa6617c.h
│   │   │   │   │   ├── ioa664251.h
│   │   │   │   │   ├── ioa8210.h
│   │   │   │   │   ├── ioa8510.h
│   │   │   │   │   ├── ioat94k.h
│   │   │   │   │   ├── iocan128.h
│   │   │   │   │   ├── iocan32.h
│   │   │   │   │   ├── iocan64.h
│   │   │   │   │   ├── iocanxx.h
│   │   │   │   │   ├── io.h
│   │   │   │   │   ├── iom103.h
│   │   │   │   │   ├── iom1280.h
│   │   │   │   │   ├── iom1281.h
│   │   │   │   │   ├── iom1284.h
│   │   │   │   │   ├── iom1284p.h
│   │   │   │   │   ├── iom1284rfr2.h
│   │   │   │   │   ├── iom128a.h
│   │   │   │   │   ├── iom128.h
│   │   │   │   │   ├── iom128rfa1.h
│   │   │   │   │   ├── iom128rfr2.h
│   │   │   │   │   ├── iom161.h
│   │   │   │   │   ├── iom162.h
│   │   │   │   │   ├── iom163.h
│   │   │   │   │   ├── iom164a.h
│   │   │   │   │   ├── iom164.h
│   │   │   │   │   ├── iom164pa.h
│   │   │   │   │   ├── iom164p.h
│   │   │   │   │   ├── iom165a.h
│   │   │   │   │   ├── iom165.h
│   │   │   │   │   ├── iom165pa.h
│   │   │   │   │   ├── iom165p.h
│   │   │   │   │   ├── iom168a.h
│   │   │   │   │   ├── iom168.h
│   │   │   │   │   ├── iom168pa.h
│   │   │   │   │   ├── iom168pb.h
│   │   │   │   │   ├── iom168p.h
│   │   │   │   │   ├── iom169a.h
│   │   │   │   │   ├── iom169.h
│   │   │   │   │   ├── iom169pa.h
│   │   │   │   │   ├── iom169p.h
│   │   │   │   │   ├── iom16a.h
│   │   │   │   │   ├── iom16.h
│   │   │   │   │   ├── iom16hva2.h
│   │   │   │   │   ├── iom16hva.h
│   │   │   │   │   ├── iom16hvb.h
│   │   │   │   │   ├── iom16hvbrevb.h
│   │   │   │   │   ├── iom16m1.h
│   │   │   │   │   ├── iom16u2.h
│   │   │   │   │   ├── iom16u4.h
│   │   │   │   │   ├── iom2560.h
│   │   │   │   │   ├── iom2561.h
│   │   │   │   │   ├── iom2564rfr2.h
│   │   │   │   │   ├── iom256rfr2.h
│   │   │   │   │   ├── iom3000.h
│   │   │   │   │   ├── iom3208.h
│   │   │   │   │   ├── iom3209.h
│   │   │   │   │   ├── iom323.h
│   │   │   │   │   ├── iom324a.h
│   │   │   │   │   ├── iom324pa.h
│   │   │   │   │   ├── iom324pb.h
│   │   │   │   │   ├── iom324p.h
│   │   │   │   │   ├── iom3250a.h
│   │   │   │   │   ├── iom3250.h
│   │   │   │   │   ├── iom3250pa.h
│   │   │   │   │   ├── iom3250p.h
│   │   │   │   │   ├── iom325a.h
│   │   │   │   │   ├── iom325.h
│   │   │   │   │   ├── iom325pa.h
│   │   │   │   │   ├── iom325p.h
│   │   │   │   │   ├── iom328.h
│   │   │   │   │   ├── iom328pb.h
│   │   │   │   │   ├── iom328p.h
│   │   │   │   │   ├── iom3290a.h
│   │   │   │   │   ├── iom3290.h
│   │   │   │   │   ├── iom3290pa.h
│   │   │   │   │   ├── iom3290p.h
│   │   │   │   │   ├── iom329a.h
│   │   │   │   │   ├── iom329.h
│   │   │   │   │   ├── iom329pa.h
│   │   │   │   │   ├── iom329p.h
│   │   │   │   │   ├── iom32a.h
│   │   │   │   │   ├── iom32c1.h
│   │   │   │   │   ├── iom32.h
│   │   │   │   │   ├── iom32hvb.h
│   │   │   │   │   ├── iom32hvbrevb.h
│   │   │   │   │   ├── iom32m1.h
│   │   │   │   │   ├── iom32u2.h
│   │   │   │   │   ├── iom32u4.h
│   │   │   │   │   ├── iom32u6.h
│   │   │   │   │   ├── iom406.h
│   │   │   │   │   ├── iom4808.h
│   │   │   │   │   ├── iom4809.h
│   │   │   │   │   ├── iom48a.h
│   │   │   │   │   ├── iom48.h
│   │   │   │   │   ├── iom48pa.h
│   │   │   │   │   ├── iom48pb.h
│   │   │   │   │   ├── iom48p.h
│   │   │   │   │   ├── iom640.h
│   │   │   │   │   ├── iom644a.h
│   │   │   │   │   ├── iom644.h
│   │   │   │   │   ├── iom644pa.h
│   │   │   │   │   ├── iom644p.h
│   │   │   │   │   ├── iom644rfr2.h
│   │   │   │   │   ├── iom6450a.h
│   │   │   │   │   ├── iom6450.h
│   │   │   │   │   ├── iom6450p.h
│   │   │   │   │   ├── iom645a.h
│   │   │   │   │   ├── iom645.h
│   │   │   │   │   ├── iom645p.h
│   │   │   │   │   ├── iom6490a.h
│   │   │   │   │   ├── iom6490.h
│   │   │   │   │   ├── iom6490p.h
│   │   │   │   │   ├── iom649a.h
│   │   │   │   │   ├── iom649.h
│   │   │   │   │   ├── iom649p.h
│   │   │   │   │   ├── iom64a.h
│   │   │   │   │   ├── iom64c1.h
│   │   │   │   │   ├── iom64.h
│   │   │   │   │   ├── iom64hve2.h
│   │   │   │   │   ├── iom64hve.h
│   │   │   │   │   ├── iom64m1.h
│   │   │   │   │   ├── iom64rfr2.h
│   │   │   │   │   ├── iom8515.h
│   │   │   │   │   ├── iom8535.h
│   │   │   │   │   ├── iom88a.h
│   │   │   │   │   ├── iom88.h
│   │   │   │   │   ├── iom88pa.h
│   │   │   │   │   ├── iom88pb.h
│   │   │   │   │   ├── iom88p.h
│   │   │   │   │   ├── iom8a.h
│   │   │   │   │   ├── iom8.h
│   │   │   │   │   ├── iom8hva.h
│   │   │   │   │   ├── iom8u2.h
│   │   │   │   │   ├── iomx8.h
│   │   │   │   │   ├── iomxx0_1.h
│   │   │   │   │   ├── iomxx4.h
│   │   │   │   │   ├── iomxxhva.h
│   │   │   │   │   ├── iotn10.h
│   │   │   │   │   ├── iotn11.h
│   │   │   │   │   ├── iotn12.h
│   │   │   │   │   ├── iotn13a.h
│   │   │   │   │   ├── iotn13.h
│   │   │   │   │   ├── iotn15.h
│   │   │   │   │   ├── iotn1634.h
│   │   │   │   │   ├── iotn167.h
│   │   │   │   │   ├── iotn20.h
│   │   │   │   │   ├── iotn22.h
│   │   │   │   │   ├── iotn2313a.h
│   │   │   │   │   ├── iotn2313.h
│   │   │   │   │   ├── iotn24a.h
│   │   │   │   │   ├── iotn24.h
│   │   │   │   │   ├── iotn25.h
│   │   │   │   │   ├── iotn261a.h
│   │   │   │   │   ├── iotn261.h
│   │   │   │   │   ├── iotn26.h
│   │   │   │   │   ├── iotn28.h
│   │   │   │   │   ├── iotn40.h
│   │   │   │   │   ├── iotn4313.h
│   │   │   │   │   ├── iotn43u.h
│   │   │   │   │   ├── iotn441.h
│   │   │   │   │   ├── iotn44a.h
│   │   │   │   │   ├── iotn44.h
│   │   │   │   │   ├── iotn45.h
│   │   │   │   │   ├── iotn461a.h
│   │   │   │   │   ├── iotn461.h
│   │   │   │   │   ├── iotn48.h
│   │   │   │   │   ├── iotn4.h
│   │   │   │   │   ├── iotn5.h
│   │   │   │   │   ├── iotn828.h
│   │   │   │   │   ├── iotn841.h
│   │   │   │   │   ├── iotn84a.h
│   │   │   │   │   ├── iotn84.h
│   │   │   │   │   ├── iotn85.h
│   │   │   │   │   ├── iotn861a.h
│   │   │   │   │   ├── iotn861.h
│   │   │   │   │   ├── iotn87.h
│   │   │   │   │   ├── iotn88.h
│   │   │   │   │   ├── iotn9.h
│   │   │   │   │   ├── iotnx4.h
│   │   │   │   │   ├── iotnx5.h
│   │   │   │   │   ├── iotnx61.h
│   │   │   │   │   ├── iousb1286.h
│   │   │   │   │   ├── iousb1287.h
│   │   │   │   │   ├── iousb162.h
│   │   │   │   │   ├── iousb646.h
│   │   │   │   │   ├── iousb647.h
│   │   │   │   │   ├── iousb82.h
│   │   │   │   │   ├── iousbxx2.h
│   │   │   │   │   ├── iousbxx6_7.h
│   │   │   │   │   ├── iox128a1.h
│   │   │   │   │   ├── iox128a1u.h
│   │   │   │   │   ├── iox128a3.h
│   │   │   │   │   ├── iox128a3u.h
│   │   │   │   │   ├── iox128a4u.h
│   │   │   │   │   ├── iox128b1.h
│   │   │   │   │   ├── iox128b3.h
│   │   │   │   │   ├── iox128c3.h
│   │   │   │   │   ├── iox128d3.h
│   │   │   │   │   ├── iox128d4.h
│   │   │   │   │   ├── iox16a4.h
│   │   │   │   │   ├── iox16a4u.h
│   │   │   │   │   ├── iox16c4.h
│   │   │   │   │   ├── iox16d4.h
│   │   │   │   │   ├── iox16e5.h
│   │   │   │   │   ├── iox192a3.h
│   │   │   │   │   ├── iox192a3u.h
│   │   │   │   │   ├── iox192c3.h
│   │   │   │   │   ├── iox192d3.h
│   │   │   │   │   ├── iox256a3b.h
│   │   │   │   │   ├── iox256a3bu.h
│   │   │   │   │   ├── iox256a3.h
│   │   │   │   │   ├── iox256a3u.h
│   │   │   │   │   ├── iox256c3.h
│   │   │   │   │   ├── iox256d3.h
│   │   │   │   │   ├── iox32a4.h
│   │   │   │   │   ├── iox32a4u.h
│   │   │   │   │   ├── iox32c3.h
│   │   │   │   │   ├── iox32c4.h
│   │   │   │   │   ├── iox32d3.h
│   │   │   │   │   ├── iox32d4.h
│   │   │   │   │   ├── iox32e5.h
│   │   │   │   │   ├── iox384c3.h
│   │   │   │   │   ├── iox384d3.h
│   │   │   │   │   ├── iox64a1.h
│   │   │   │   │   ├── iox64a1u.h
│   │   │   │   │   ├── iox64a3.h
│   │   │   │   │   ├── iox64a3u.h
│   │   │   │   │   ├── iox64a4u.h
│   │   │   │   │   ├── iox64b1.h
│   │   │   │   │   ├── iox64b3.h
│   │   │   │   │   ├── iox64c3.h
│   │   │   │   │   ├── iox64d3.h
│   │   │   │   │   ├── iox64d4.h
│   │   │   │   │   ├── iox8e5.h
│   │   │   │   │   ├── lock.h
│   │   │   │   │   ├── parity.h
│   │   │   │   │   ├── pgmspace.h
│   │   │   │   │   ├── portpins.h
│   │   │   │   │   ├── power.h
│   │   │   │   │   ├── sfr_defs.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── signature.h
│   │   │   │   │   ├── sleep.h
│   │   │   │   │   ├── version.h
│   │   │   │   │   ├── wdt.h
│   │   │   │   │   └── xmega.h
│   │   │   │   ├── compat
│   │   │   │   │   ├── deprecated.h
│   │   │   │   │   ├── ina90.h
│   │   │   │   │   └── twi.h
│   │   │   │   ├── ctype.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── inttypes.h
│   │   │   │   ├── locale.h
│   │   │   │   ├── math.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── stdfix-avrlibc.h
│   │   │   │   ├── stdint.h
│   │   │   │   ├── stdio.h
│   │   │   │   ├── stdlib.h
│   │   │   │   ├── string.h
│   │   │   │   ├── sys
│   │   │   │   │   └── types.h
│   │   │   │   ├── time.h
│   │   │   │   ├── unistd.h
│   │   │   │   └── util
│   │   │   │   ├── atomic.h
│   │   │   │   ├── crc16.h
│   │   │   │   ├── delay_basic.h
│   │   │   │   ├── delay.h
│   │   │   │   ├── eu_dst.h
│   │   │   │   ├── parity.h
│   │   │   │   ├── setbaud.h
│   │   │   │   ├── twi.h
│   │   │   │   └── usa_dst.h
│   │   │   └── lib
│   │   │   ├── avr25
│   │   │   │   ├── crtat86rf401.o
│   │   │   │   ├── crtata5272.o
│   │   │   │   ├── crtata6616c.o
│   │   │   │   ├── crtattiny4313.o
│   │   │   │   ├── crtattiny43u.o
│   │   │   │   ├── crtattiny441.o
│   │   │   │   ├── crtattiny44a.o
│   │   │   │   ├── crtattiny44.o
│   │   │   │   ├── crtattiny45.o
│   │   │   │   ├── crtattiny461a.o
│   │   │   │   ├── crtattiny461.o
│   │   │   │   ├── crtattiny48.o
│   │   │   │   ├── crtattiny828.o
│   │   │   │   ├── crtattiny841.o
│   │   │   │   ├── crtattiny84a.o
│   │   │   │   ├── crtattiny84.o
│   │   │   │   ├── crtattiny85.o
│   │   │   │   ├── crtattiny861a.o
│   │   │   │   ├── crtattiny861.o
│   │   │   │   ├── crtattiny87.o
│   │   │   │   ├── crtattiny88.o
│   │   │   │   ├── libat86rf401.a
│   │   │   │   ├── libata5272.a
│   │   │   │   ├── libata6616c.a
│   │   │   │   ├── libattiny4313.a
│   │   │   │   ├── libattiny43u.a
│   │   │   │   ├── libattiny441.a
│   │   │   │   ├── libattiny44.a
│   │   │   │   ├── libattiny44a.a
│   │   │   │   ├── libattiny45.a
│   │   │   │   ├── libattiny461.a
│   │   │   │   ├── libattiny461a.a
│   │   │   │   ├── libattiny48.a
│   │   │   │   ├── libattiny828.a
│   │   │   │   ├── libattiny841.a
│   │   │   │   ├── libattiny84.a
│   │   │   │   ├── libattiny84a.a
│   │   │   │   ├── libattiny85.a
│   │   │   │   ├── libattiny861.a
│   │   │   │   ├── libattiny861a.a
│   │   │   │   ├── libattiny87.a
│   │   │   │   ├── libattiny88.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   ├── libscanf_min.a
│   │   │   │   └── tiny-stack
│   │   │   │   ├── crtattiny13a.o
│   │   │   │   ├── crtattiny13.o
│   │   │   │   ├── crtattiny2313a.o
│   │   │   │   ├── crtattiny2313.o
│   │   │   │   ├── crtattiny24a.o
│   │   │   │   ├── crtattiny24.o
│   │   │   │   ├── crtattiny25.o
│   │   │   │   ├── crtattiny261a.o
│   │   │   │   ├── crtattiny261.o
│   │   │   │   ├── libattiny13.a
│   │   │   │   ├── libattiny13a.a
│   │   │   │   ├── libattiny2313.a
│   │   │   │   ├── libattiny2313a.a
│   │   │   │   ├── libattiny24.a
│   │   │   │   ├── libattiny24a.a
│   │   │   │   ├── libattiny25.a
│   │   │   │   ├── libattiny261.a
│   │   │   │   ├── libattiny261a.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avr3
│   │   │   │   ├── crtat43usb355.o
│   │   │   │   ├── crtat76c711.o
│   │   │   │   ├── libat43usb355.a
│   │   │   │   ├── libat76c711.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avr31
│   │   │   │   ├── crtat43usb320.o
│   │   │   │   ├── crtatmega103.o
│   │   │   │   ├── libat43usb320.a
│   │   │   │   ├── libatmega103.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avr35
│   │   │   │   ├── crtat90usb162.o
│   │   │   │   ├── crtat90usb82.o
│   │   │   │   ├── crtata5505.o
│   │   │   │   ├── crtata6617c.o
│   │   │   │   ├── crtata664251.o
│   │   │   │   ├── crtatmega16u2.o
│   │   │   │   ├── crtatmega32u2.o
│   │   │   │   ├── crtatmega8u2.o
│   │   │   │   ├── crtattiny1634.o
│   │   │   │   ├── crtattiny167.o
│   │   │   │   ├── libat90usb162.a
│   │   │   │   ├── libat90usb82.a
│   │   │   │   ├── libata5505.a
│   │   │   │   ├── libata6617c.a
│   │   │   │   ├── libata664251.a
│   │   │   │   ├── libatmega16u2.a
│   │   │   │   ├── libatmega32u2.a
│   │   │   │   ├── libatmega8u2.a
│   │   │   │   ├── libattiny1634.a
│   │   │   │   ├── libattiny167.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avr4
│   │   │   │   ├── crtat90pwm1.o
│   │   │   │   ├── crtat90pwm2b.o
│   │   │   │   ├── crtat90pwm2.o
│   │   │   │   ├── crtat90pwm3b.o
│   │   │   │   ├── crtat90pwm3.o
│   │   │   │   ├── crtat90pwm81.o
│   │   │   │   ├── crtata6285.o
│   │   │   │   ├── crtata6286.o
│   │   │   │   ├── crtata6289.o
│   │   │   │   ├── crtata6612c.o
│   │   │   │   ├── crtatmega48a.o
│   │   │   │   ├── crtatmega48.o
│   │   │   │   ├── crtatmega48pa.o
│   │   │   │   ├── crtatmega48pb.o
│   │   │   │   ├── crtatmega48p.o
│   │   │   │   ├── crtatmega8515.o
│   │   │   │   ├── crtatmega8535.o
│   │   │   │   ├── crtatmega88a.o
│   │   │   │   ├── crtatmega88.o
│   │   │   │   ├── crtatmega88pa.o
│   │   │   │   ├── crtatmega88pb.o
│   │   │   │   ├── crtatmega88p.o
│   │   │   │   ├── crtatmega8a.o
│   │   │   │   ├── crtatmega8hva.o
│   │   │   │   ├── crtatmega8.o
│   │   │   │   ├── libat90pwm1.a
│   │   │   │   ├── libat90pwm2.a
│   │   │   │   ├── libat90pwm2b.a
│   │   │   │   ├── libat90pwm3.a
│   │   │   │   ├── libat90pwm3b.a
│   │   │   │   ├── libat90pwm81.a
│   │   │   │   ├── libata6285.a
│   │   │   │   ├── libata6286.a
│   │   │   │   ├── libata6289.a
│   │   │   │   ├── libata6612c.a
│   │   │   │   ├── libatmega48.a
│   │   │   │   ├── libatmega48a.a
│   │   │   │   ├── libatmega48p.a
│   │   │   │   ├── libatmega48pa.a
│   │   │   │   ├── libatmega48pb.a
│   │   │   │   ├── libatmega8515.a
│   │   │   │   ├── libatmega8535.a
│   │   │   │   ├── libatmega88.a
│   │   │   │   ├── libatmega88a.a
│   │   │   │   ├── libatmega88p.a
│   │   │   │   ├── libatmega88pa.a
│   │   │   │   ├── libatmega88pb.a
│   │   │   │   ├── libatmega8.a
│   │   │   │   ├── libatmega8a.a
│   │   │   │   ├── libatmega8hva.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avr5
│   │   │   │   ├── crtat90can32.o
│   │   │   │   ├── crtat90can64.o
│   │   │   │   ├── crtat90pwm161.o
│   │   │   │   ├── crtat90pwm216.o
│   │   │   │   ├── crtat90pwm316.o
│   │   │   │   ├── crtat90scr100.o
│   │   │   │   ├── crtat90usb646.o
│   │   │   │   ├── crtat90usb647.o
│   │   │   │   ├── crtat94k.o
│   │   │   │   ├── crtata5702m322.o
│   │   │   │   ├── crtata5782.o
│   │   │   │   ├── crtata5790n.o
│   │   │   │   ├── crtata5790.o
│   │   │   │   ├── crtata5791.o
│   │   │   │   ├── crtata5795.o
│   │   │   │   ├── crtata5831.o
│   │   │   │   ├── crtata6613c.o
│   │   │   │   ├── crtata6614q.o
│   │   │   │   ├── crtata8210.o
│   │   │   │   ├── crtata8510.o
│   │   │   │   ├── crtatmega161.o
│   │   │   │   ├── crtatmega162.o
│   │   │   │   ├── crtatmega163.o
│   │   │   │   ├── crtatmega164a.o
│   │   │   │   ├── crtatmega164pa.o
│   │   │   │   ├── crtatmega164p.o
│   │   │   │   ├── crtatmega165a.o
│   │   │   │   ├── crtatmega165.o
│   │   │   │   ├── crtatmega165pa.o
│   │   │   │   ├── crtatmega165p.o
│   │   │   │   ├── crtatmega168a.o
│   │   │   │   ├── crtatmega168.o
│   │   │   │   ├── crtatmega168pa.o
│   │   │   │   ├── crtatmega168pb.o
│   │   │   │   ├── crtatmega168p.o
│   │   │   │   ├── crtatmega169a.o
│   │   │   │   ├── crtatmega169.o
│   │   │   │   ├── crtatmega169pa.o
│   │   │   │   ├── crtatmega169p.o
│   │   │   │   ├── crtatmega16a.o
│   │   │   │   ├── crtatmega16hva2.o
│   │   │   │   ├── crtatmega16hva.o
│   │   │   │   ├── crtatmega16hvb.o
│   │   │   │   ├── crtatmega16hvbrevb.o
│   │   │   │   ├── crtatmega16m1.o
│   │   │   │   ├── crtatmega16.o
│   │   │   │   ├── crtatmega16u4.o
│   │   │   │   ├── crtatmega323.o
│   │   │   │   ├── crtatmega324a.o
│   │   │   │   ├── crtatmega324pa.o
│   │   │   │   ├── crtatmega324pb.o
│   │   │   │   ├── crtatmega324p.o
│   │   │   │   ├── crtatmega3250a.o
│   │   │   │   ├── crtatmega3250.o
│   │   │   │   ├── crtatmega3250pa.o
│   │   │   │   ├── crtatmega3250p.o
│   │   │   │   ├── crtatmega325a.o
│   │   │   │   ├── crtatmega325.o
│   │   │   │   ├── crtatmega325pa.o
│   │   │   │   ├── crtatmega325p.o
│   │   │   │   ├── crtatmega328.o
│   │   │   │   ├── crtatmega328pb.o
│   │   │   │   ├── crtatmega328p.o
│   │   │   │   ├── crtatmega3290a.o
│   │   │   │   ├── crtatmega3290.o
│   │   │   │   ├── crtatmega3290pa.o
│   │   │   │   ├── crtatmega3290p.o
│   │   │   │   ├── crtatmega329a.o
│   │   │   │   ├── crtatmega329.o
│   │   │   │   ├── crtatmega329pa.o
│   │   │   │   ├── crtatmega329p.o
│   │   │   │   ├── crtatmega32a.o
│   │   │   │   ├── crtatmega32c1.o
│   │   │   │   ├── crtatmega32hvb.o
│   │   │   │   ├── crtatmega32hvbrevb.o
│   │   │   │   ├── crtatmega32m1.o
│   │   │   │   ├── crtatmega32.o
│   │   │   │   ├── crtatmega32u4.o
│   │   │   │   ├── crtatmega32u6.o
│   │   │   │   ├── crtatmega406.o
│   │   │   │   ├── crtatmega640.o
│   │   │   │   ├── crtatmega644a.o
│   │   │   │   ├── crtatmega644.o
│   │   │   │   ├── crtatmega644pa.o
│   │   │   │   ├── crtatmega644p.o
│   │   │   │   ├── crtatmega644rfr2.o
│   │   │   │   ├── crtatmega6450a.o
│   │   │   │   ├── crtatmega6450.o
│   │   │   │   ├── crtatmega6450p.o
│   │   │   │   ├── crtatmega645a.o
│   │   │   │   ├── crtatmega645.o
│   │   │   │   ├── crtatmega645p.o
│   │   │   │   ├── crtatmega6490a.o
│   │   │   │   ├── crtatmega6490.o
│   │   │   │   ├── crtatmega6490p.o
│   │   │   │   ├── crtatmega649a.o
│   │   │   │   ├── crtatmega649.o
│   │   │   │   ├── crtatmega649p.o
│   │   │   │   ├── crtatmega64a.o
│   │   │   │   ├── crtatmega64c1.o
│   │   │   │   ├── crtatmega64hve2.o
│   │   │   │   ├── crtatmega64hve.o
│   │   │   │   ├── crtatmega64m1.o
│   │   │   │   ├── crtatmega64.o
│   │   │   │   ├── crtatmega64rfr2.o
│   │   │   │   ├── crtm3000.o
│   │   │   │   ├── libat90can32.a
│   │   │   │   ├── libat90can64.a
│   │   │   │   ├── libat90pwm161.a
│   │   │   │   ├── libat90pwm216.a
│   │   │   │   ├── libat90pwm316.a
│   │   │   │   ├── libat90scr100.a
│   │   │   │   ├── libat90usb646.a
│   │   │   │   ├── libat90usb647.a
│   │   │   │   ├── libat94k.a
│   │   │   │   ├── libata5702m322.a
│   │   │   │   ├── libata5782.a
│   │   │   │   ├── libata5790.a
│   │   │   │   ├── libata5790n.a
│   │   │   │   ├── libata5791.a
│   │   │   │   ├── libata5795.a
│   │   │   │   ├── libata5831.a
│   │   │   │   ├── libata6613c.a
│   │   │   │   ├── libata6614q.a
│   │   │   │   ├── libata8210.a
│   │   │   │   ├── libata8510.a
│   │   │   │   ├── libatmega161.a
│   │   │   │   ├── libatmega162.a
│   │   │   │   ├── libatmega163.a
│   │   │   │   ├── libatmega164a.a
│   │   │   │   ├── libatmega164p.a
│   │   │   │   ├── libatmega164pa.a
│   │   │   │   ├── libatmega165.a
│   │   │   │   ├── libatmega165a.a
│   │   │   │   ├── libatmega165p.a
│   │   │   │   ├── libatmega165pa.a
│   │   │   │   ├── libatmega168.a
│   │   │   │   ├── libatmega168a.a
│   │   │   │   ├── libatmega168p.a
│   │   │   │   ├── libatmega168pa.a
│   │   │   │   ├── libatmega168pb.a
│   │   │   │   ├── libatmega169.a
│   │   │   │   ├── libatmega169a.a
│   │   │   │   ├── libatmega169p.a
│   │   │   │   ├── libatmega169pa.a
│   │   │   │   ├── libatmega16.a
│   │   │   │   ├── libatmega16a.a
│   │   │   │   ├── libatmega16hva2.a
│   │   │   │   ├── libatmega16hva.a
│   │   │   │   ├── libatmega16hvb.a
│   │   │   │   ├── libatmega16hvbrevb.a
│   │   │   │   ├── libatmega16m1.a
│   │   │   │   ├── libatmega16u4.a
│   │   │   │   ├── libatmega323.a
│   │   │   │   ├── libatmega324a.a
│   │   │   │   ├── libatmega324p.a
│   │   │   │   ├── libatmega324pa.a
│   │   │   │   ├── libatmega324pb.a
│   │   │   │   ├── libatmega3250.a
│   │   │   │   ├── libatmega3250a.a
│   │   │   │   ├── libatmega3250p.a
│   │   │   │   ├── libatmega3250pa.a
│   │   │   │   ├── libatmega325.a
│   │   │   │   ├── libatmega325a.a
│   │   │   │   ├── libatmega325p.a
│   │   │   │   ├── libatmega325pa.a
│   │   │   │   ├── libatmega328.a
│   │   │   │   ├── libatmega328p.a
│   │   │   │   ├── libatmega328pb.a
│   │   │   │   ├── libatmega3290.a
│   │   │   │   ├── libatmega3290a.a
│   │   │   │   ├── libatmega3290p.a
│   │   │   │   ├── libatmega3290pa.a
│   │   │   │   ├── libatmega329.a
│   │   │   │   ├── libatmega329a.a
│   │   │   │   ├── libatmega329p.a
│   │   │   │   ├── libatmega329pa.a
│   │   │   │   ├── libatmega32.a
│   │   │   │   ├── libatmega32a.a
│   │   │   │   ├── libatmega32c1.a
│   │   │   │   ├── libatmega32hvb.a
│   │   │   │   ├── libatmega32hvbrevb.a
│   │   │   │   ├── libatmega32m1.a
│   │   │   │   ├── libatmega32u4.a
│   │   │   │   ├── libatmega32u6.a
│   │   │   │   ├── libatmega406.a
│   │   │   │   ├── libatmega640.a
│   │   │   │   ├── libatmega644.a
│   │   │   │   ├── libatmega644a.a
│   │   │   │   ├── libatmega644p.a
│   │   │   │   ├── libatmega644pa.a
│   │   │   │   ├── libatmega644rfr2.a
│   │   │   │   ├── libatmega6450.a
│   │   │   │   ├── libatmega6450a.a
│   │   │   │   ├── libatmega6450p.a
│   │   │   │   ├── libatmega645.a
│   │   │   │   ├── libatmega645a.a
│   │   │   │   ├── libatmega645p.a
│   │   │   │   ├── libatmega6490.a
│   │   │   │   ├── libatmega6490a.a
│   │   │   │   ├── libatmega6490p.a
│   │   │   │   ├── libatmega649.a
│   │   │   │   ├── libatmega649a.a
│   │   │   │   ├── libatmega649p.a
│   │   │   │   ├── libatmega64.a
│   │   │   │   ├── libatmega64a.a
│   │   │   │   ├── libatmega64c1.a
│   │   │   │   ├── libatmega64hve2.a
│   │   │   │   ├── libatmega64hve.a
│   │   │   │   ├── libatmega64m1.a
│   │   │   │   ├── libatmega64rfr2.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm3000.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avr51
│   │   │   │   ├── crtat90can128.o
│   │   │   │   ├── crtat90usb1286.o
│   │   │   │   ├── crtat90usb1287.o
│   │   │   │   ├── crtatmega1280.o
│   │   │   │   ├── crtatmega1281.o
│   │   │   │   ├── crtatmega1284.o
│   │   │   │   ├── crtatmega1284p.o
│   │   │   │   ├── crtatmega1284rfr2.o
│   │   │   │   ├── crtatmega128a.o
│   │   │   │   ├── crtatmega128.o
│   │   │   │   ├── crtatmega128rfa1.o
│   │   │   │   ├── crtatmega128rfr2.o
│   │   │   │   ├── libat90can128.a
│   │   │   │   ├── libat90usb1286.a
│   │   │   │   ├── libat90usb1287.a
│   │   │   │   ├── libatmega1280.a
│   │   │   │   ├── libatmega1281.a
│   │   │   │   ├── libatmega1284.a
│   │   │   │   ├── libatmega1284p.a
│   │   │   │   ├── libatmega1284rfr2.a
│   │   │   │   ├── libatmega128.a
│   │   │   │   ├── libatmega128a.a
│   │   │   │   ├── libatmega128rfa1.a
│   │   │   │   ├── libatmega128rfr2.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avr6
│   │   │   │   ├── crtatmega2560.o
│   │   │   │   ├── crtatmega2561.o
│   │   │   │   ├── crtatmega2564rfr2.o
│   │   │   │   ├── crtatmega256rfr2.o
│   │   │   │   ├── libatmega2560.a
│   │   │   │   ├── libatmega2561.a
│   │   │   │   ├── libatmega2564rfr2.a
│   │   │   │   ├── libatmega256rfr2.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avrtiny
│   │   │   │   ├── crtattiny10.o
│   │   │   │   ├── crtattiny20.o
│   │   │   │   ├── crtattiny40.o
│   │   │   │   ├── crtattiny4.o
│   │   │   │   ├── crtattiny5.o
│   │   │   │   ├── crtattiny9.o
│   │   │   │   ├── libattiny10.a
│   │   │   │   ├── libattiny20.a
│   │   │   │   ├── libattiny40.a
│   │   │   │   ├── libattiny4.a
│   │   │   │   ├── libattiny5.a
│   │   │   │   ├── libattiny9.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avrxmega2
│   │   │   │   ├── crtatxmega16a4.o
│   │   │   │   ├── crtatxmega16a4u.o
│   │   │   │   ├── crtatxmega16c4.o
│   │   │   │   ├── crtatxmega16d4.o
│   │   │   │   ├── crtatxmega16e5.o
│   │   │   │   ├── crtatxmega32a4.o
│   │   │   │   ├── crtatxmega32a4u.o
│   │   │   │   ├── crtatxmega32c3.o
│   │   │   │   ├── crtatxmega32c4.o
│   │   │   │   ├── crtatxmega32d3.o
│   │   │   │   ├── crtatxmega32d4.o
│   │   │   │   ├── crtatxmega32e5.o
│   │   │   │   ├── crtatxmega8e5.o
│   │   │   │   ├── libatxmega16a4.a
│   │   │   │   ├── libatxmega16a4u.a
│   │   │   │   ├── libatxmega16c4.a
│   │   │   │   ├── libatxmega16d4.a
│   │   │   │   ├── libatxmega16e5.a
│   │   │   │   ├── libatxmega32a4.a
│   │   │   │   ├── libatxmega32a4u.a
│   │   │   │   ├── libatxmega32c3.a
│   │   │   │   ├── libatxmega32c4.a
│   │   │   │   ├── libatxmega32d3.a
│   │   │   │   ├── libatxmega32d4.a
│   │   │   │   ├── libatxmega32e5.a
│   │   │   │   ├── libatxmega8e5.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avrxmega3
│   │   │   │   ├── crtatmega3208.o
│   │   │   │   ├── crtatmega3209.o
│   │   │   │   ├── crtatmega4808.o
│   │   │   │   ├── crtatmega4809.o
│   │   │   │   ├── libatmega3208.a
│   │   │   │   ├── libatmega3209.a
│   │   │   │   ├── libatmega4808.a
│   │   │   │   ├── libatmega4809.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   ├── libscanf_min.a
│   │   │   │   └── short-calls
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avrxmega4
│   │   │   │   ├── crtatxmega64a3.o
│   │   │   │   ├── crtatxmega64a3u.o
│   │   │   │   ├── crtatxmega64a4u.o
│   │   │   │   ├── crtatxmega64b1.o
│   │   │   │   ├── crtatxmega64b3.o
│   │   │   │   ├── crtatxmega64c3.o
│   │   │   │   ├── crtatxmega64d3.o
│   │   │   │   ├── crtatxmega64d4.o
│   │   │   │   ├── libatxmega64a3.a
│   │   │   │   ├── libatxmega64a3u.a
│   │   │   │   ├── libatxmega64a4u.a
│   │   │   │   ├── libatxmega64b1.a
│   │   │   │   ├── libatxmega64b3.a
│   │   │   │   ├── libatxmega64c3.a
│   │   │   │   ├── libatxmega64d3.a
│   │   │   │   ├── libatxmega64d4.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avrxmega5
│   │   │   │   ├── crtatxmega64a1.o
│   │   │   │   ├── crtatxmega64a1u.o
│   │   │   │   ├── libatxmega64a1.a
│   │   │   │   ├── libatxmega64a1u.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avrxmega6
│   │   │   │   ├── crtatxmega128a3.o
│   │   │   │   ├── crtatxmega128a3u.o
│   │   │   │   ├── crtatxmega128b1.o
│   │   │   │   ├── crtatxmega128b3.o
│   │   │   │   ├── crtatxmega128c3.o
│   │   │   │   ├── crtatxmega128d3.o
│   │   │   │   ├── crtatxmega128d4.o
│   │   │   │   ├── crtatxmega192a3.o
│   │   │   │   ├── crtatxmega192a3u.o
│   │   │   │   ├── crtatxmega192c3.o
│   │   │   │   ├── crtatxmega192d3.o
│   │   │   │   ├── crtatxmega256a3b.o
│   │   │   │   ├── crtatxmega256a3bu.o
│   │   │   │   ├── crtatxmega256a3.o
│   │   │   │   ├── crtatxmega256a3u.o
│   │   │   │   ├── crtatxmega256c3.o
│   │   │   │   ├── crtatxmega256d3.o
│   │   │   │   ├── crtatxmega384c3.o
│   │   │   │   ├── crtatxmega384d3.o
│   │   │   │   ├── libatxmega128a3.a
│   │   │   │   ├── libatxmega128a3u.a
│   │   │   │   ├── libatxmega128b1.a
│   │   │   │   ├── libatxmega128b3.a
│   │   │   │   ├── libatxmega128c3.a
│   │   │   │   ├── libatxmega128d3.a
│   │   │   │   ├── libatxmega128d4.a
│   │   │   │   ├── libatxmega192a3.a
│   │   │   │   ├── libatxmega192a3u.a
│   │   │   │   ├── libatxmega192c3.a
│   │   │   │   ├── libatxmega192d3.a
│   │   │   │   ├── libatxmega256a3.a
│   │   │   │   ├── libatxmega256a3b.a
│   │   │   │   ├── libatxmega256a3bu.a
│   │   │   │   ├── libatxmega256a3u.a
│   │   │   │   ├── libatxmega256c3.a
│   │   │   │   ├── libatxmega256d3.a
│   │   │   │   ├── libatxmega384c3.a
│   │   │   │   ├── libatxmega384d3.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── avrxmega7
│   │   │   │   ├── crtatxmega128a1.o
│   │   │   │   ├── crtatxmega128a1u.o
│   │   │   │   ├── crtatxmega128a4u.o
│   │   │   │   ├── libatxmega128a1.a
│   │   │   │   ├── libatxmega128a1u.a
│   │   │   │   ├── libatxmega128a4u.a
│   │   │   │   ├── libc.a
│   │   │   │   ├── libm.a
│   │   │   │   ├── libprintf_flt.a
│   │   │   │   ├── libprintf_min.a
│   │   │   │   ├── libscanf_flt.a
│   │   │   │   └── libscanf_min.a
│   │   │   ├── crtat90c8534.o
│   │   │   ├── crtat90s1200.o
│   │   │   ├── crtat90s4414.o
│   │   │   ├── crtat90s4434.o
│   │   │   ├── crtat90s8515.o
│   │   │   ├── crtat90s8535.o
│   │   │   ├── crtattiny11.o
│   │   │   ├── crtattiny12.o
│   │   │   ├── crtattiny15.o
│   │   │   ├── crtattiny28.o
│   │   │   ├── ldscripts
│   │   │   │   ├── avr1.x
│   │   │   │   ├── avr1.xbn
│   │   │   │   ├── avr1.xn
│   │   │   │   ├── avr1.xr
│   │   │   │   ├── avr1.xu
│   │   │   │   ├── avr25.x
│   │   │   │   ├── avr25.xbn
│   │   │   │   ├── avr25.xn
│   │   │   │   ├── avr25.xr
│   │   │   │   ├── avr25.xu
│   │   │   │   ├── avr2.x
│   │   │   │   ├── avr2.xbn
│   │   │   │   ├── avr2.xn
│   │   │   │   ├── avr2.xr
│   │   │   │   ├── avr2.xu
│   │   │   │   ├── avr31.x
│   │   │   │   ├── avr31.xbn
│   │   │   │   ├── avr31.xn
│   │   │   │   ├── avr31.xr
│   │   │   │   ├── avr31.xu
│   │   │   │   ├── avr35.x
│   │   │   │   ├── avr35.xbn
│   │   │   │   ├── avr35.xn
│   │   │   │   ├── avr35.xr
│   │   │   │   ├── avr35.xu
│   │   │   │   ├── avr3.x
│   │   │   │   ├── avr3.xbn
│   │   │   │   ├── avr3.xn
│   │   │   │   ├── avr3.xr
│   │   │   │   ├── avr3.xu
│   │   │   │   ├── avr4.x
│   │   │   │   ├── avr4.xbn
│   │   │   │   ├── avr4.xn
│   │   │   │   ├── avr4.xr
│   │   │   │   ├── avr4.xu
│   │   │   │   ├── avr51.x
│   │   │   │   ├── avr51.xbn
│   │   │   │   ├── avr51.xn
│   │   │   │   ├── avr51.xr
│   │   │   │   ├── avr51.xu
│   │   │   │   ├── avr5.x
│   │   │   │   ├── avr5.xbn
│   │   │   │   ├── avr5.xn
│   │   │   │   ├── avr5.xr
│   │   │   │   ├── avr5.xu
│   │   │   │   ├── avr6.x
│   │   │   │   ├── avr6.xbn
│   │   │   │   ├── avr6.xn
│   │   │   │   ├── avr6.xr
│   │   │   │   ├── avr6.xu
│   │   │   │   ├── avrtiny.x
│   │   │   │   ├── avrtiny.xbn
│   │   │   │   ├── avrtiny.xn
│   │   │   │   ├── avrtiny.xr
│   │   │   │   ├── avrtiny.xu
│   │   │   │   ├── avrxmega1.x
│   │   │   │   ├── avrxmega1.xbn
│   │   │   │   ├── avrxmega1.xn
│   │   │   │   ├── avrxmega1.xr
│   │   │   │   ├── avrxmega1.xu
│   │   │   │   ├── avrxmega2.x
│   │   │   │   ├── avrxmega2.xbn
│   │   │   │   ├── avrxmega2.xn
│   │   │   │   ├── avrxmega2.xr
│   │   │   │   ├── avrxmega2.xu
│   │   │   │   ├── avrxmega3.x
│   │   │   │   ├── avrxmega3.xbn
│   │   │   │   ├── avrxmega3.xn
│   │   │   │   ├── avrxmega3.xr
│   │   │   │   ├── avrxmega3.xu
│   │   │   │   ├── avrxmega4.x
│   │   │   │   ├── avrxmega4.xbn
│   │   │   │   ├── avrxmega4.xn
│   │   │   │   ├── avrxmega4.xr
│   │   │   │   ├── avrxmega4.xu
│   │   │   │   ├── avrxmega5.x
│   │   │   │   ├── avrxmega5.xbn
│   │   │   │   ├── avrxmega5.xn
│   │   │   │   ├── avrxmega5.xr
│   │   │   │   ├── avrxmega5.xu
│   │   │   │   ├── avrxmega6.x
│   │   │   │   ├── avrxmega6.xbn
│   │   │   │   ├── avrxmega6.xn
│   │   │   │   ├── avrxmega6.xr
│   │   │   │   ├── avrxmega6.xu
│   │   │   │   ├── avrxmega7.x
│   │   │   │   ├── avrxmega7.xbn
│   │   │   │   ├── avrxmega7.xn
│   │   │   │   ├── avrxmega7.xr
│   │   │   │   └── avrxmega7.xu
│   │   │   ├── libat90c8534.a
│   │   │   ├── libat90s1200.a
│   │   │   ├── libat90s4414.a
│   │   │   ├── libat90s4434.a
│   │   │   ├── libat90s8515.a
│   │   │   ├── libat90s8535.a
│   │   │   ├── libattiny11.a
│   │   │   ├── libattiny12.a
│   │   │   ├── libattiny15.a
│   │   │   ├── libattiny28.a
│   │   │   ├── libc.a
│   │   │   ├── libm.a
│   │   │   ├── libprintf_flt.a
│   │   │   ├── libprintf_min.a
│   │   │   ├── libscanf_flt.a
│   │   │   ├── libscanf_min.a
│   │   │   └── tiny-stack
│   │   │   ├── crtat90s2313.o
│   │   │   ├── crtat90s2323.o
│   │   │   ├── crtat90s2333.o
│   │   │   ├── crtat90s2343.o
│   │   │   ├── crtat90s4433.o
│   │   │   ├── crtattiny22.o
│   │   │   ├── crtattiny26.o
│   │   │   ├── libat90s2313.a
│   │   │   ├── libat90s2323.a
│   │   │   ├── libat90s2333.a
│   │   │   ├── libat90s2343.a
│   │   │   ├── libat90s4433.a
│   │   │   ├── libattiny22.a
│   │   │   ├── libattiny26.a
│   │   │   ├── libc.a
│   │   │   ├── libm.a
│   │   │   ├── libprintf_flt.a
│   │   │   ├── libprintf_min.a
│   │   │   ├── libscanf_flt.a
│   │   │   └── libscanf_min.a
│   │   ├── bin
│   │   │   ├── arduinoOTA
│   │   │   ├── avr-addr2line
│   │   │   ├── avr-ar
│   │   │   ├── avr-as
│   │   │   ├── avr-c++
│   │   │   ├── avr-c++filt
│   │   │   ├── avr-cpp
│   │   │   ├── avrdude
│   │   │   ├── avr-elfedit
│   │   │   ├── avr-g++
│   │   │   ├── avr-gcc
│   │   │   ├── avr-gcc-5.4.0
│   │   │   ├── avr-gcc-ar
│   │   │   ├── avr-gcc-nm
│   │   │   ├── avr-gcc-ranlib
│   │   │   ├── avr-gcov
│   │   │   ├── avr-gcov-tool
│   │   │   ├── avr-gdb
│   │   │   ├── avr-gprof
│   │   │   ├── avr-ld
│   │   │   ├── avr-ld.bfd
│   │   │   ├── avr-man
│   │   │   ├── avr-nm
│   │   │   ├── avr-objcopy
│   │   │   ├── avr-objdump
│   │   │   ├── avr-ranlib
│   │   │   ├── avr-readelf
│   │   │   ├── avr-size
│   │   │   ├── avr-strings
│   │   │   └── avr-strip
│   │   ├── builtin_tools_versions.txt
│   │   ├── etc
│   │   │   └── avrdude.conf
│   │   ├── include
│   │   │   ├── gdb
│   │   │   │   └── jit-reader.h
│   │   │   └── libiberty
│   │   │   ├── ansidecl.h
│   │   │   ├── demangle.h
│   │   │   ├── dyn-string.h
│   │   │   ├── fibheap.h
│   │   │   ├── floatformat.h
│   │   │   ├── hashtab.h
│   │   │   ├── libiberty.h
│   │   │   ├── objalloc.h
│   │   │   ├── partition.h
│   │   │   ├── safe-ctype.h
│   │   │   ├── sort.h
│   │   │   ├── splay-tree.h
│   │   │   └── timeval-utils.h
│   │   ├── lib
│   │   │   ├── gcc
│   │   │   │   └── avr
│   │   │   │   └── 5.4.0
│   │   │   │   ├── avr25
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   ├── libgcov.a
│   │   │   │   │   └── tiny-stack
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avr3
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avr31
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avr35
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avr4
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avr5
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avr51
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avr6
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avrtiny
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avrxmega2
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avrxmega3
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   ├── libgcov.a
│   │   │   │   │   └── short-calls
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avrxmega4
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avrxmega5
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avrxmega6
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── avrxmega7
│   │   │   │   │   ├── libgcc.a
│   │   │   │   │   └── libgcov.a
│   │   │   │   ├── device-specs
│   │   │   │   │   ├── specs-at43usb320
│   │   │   │   │   ├── specs-at43usb355
│   │   │   │   │   ├── specs-at76c711
│   │   │   │   │   ├── specs-at86rf401
│   │   │   │   │   ├── specs-at90c8534
│   │   │   │   │   ├── specs-at90can128
│   │   │   │   │   ├── specs-at90can32
│   │   │   │   │   ├── specs-at90can64
│   │   │   │   │   ├── specs-at90pwm1
│   │   │   │   │   ├── specs-at90pwm161
│   │   │   │   │   ├── specs-at90pwm2
│   │   │   │   │   ├── specs-at90pwm216
│   │   │   │   │   ├── specs-at90pwm2b
│   │   │   │   │   ├── specs-at90pwm3
│   │   │   │   │   ├── specs-at90pwm316
│   │   │   │   │   ├── specs-at90pwm3b
│   │   │   │   │   ├── specs-at90pwm81
│   │   │   │   │   ├── specs-at90s1200
│   │   │   │   │   ├── specs-at90s2313
│   │   │   │   │   ├── specs-at90s2323
│   │   │   │   │   ├── specs-at90s2333
│   │   │   │   │   ├── specs-at90s2343
│   │   │   │   │   ├── specs-at90s4414
│   │   │   │   │   ├── specs-at90s4433
│   │   │   │   │   ├── specs-at90s4434
│   │   │   │   │   ├── specs-at90s8515
│   │   │   │   │   ├── specs-at90s8535
│   │   │   │   │   ├── specs-at90scr100
│   │   │   │   │   ├── specs-at90usb1286
│   │   │   │   │   ├── specs-at90usb1287
│   │   │   │   │   ├── specs-at90usb162
│   │   │   │   │   ├── specs-at90usb646
│   │   │   │   │   ├── specs-at90usb647
│   │   │   │   │   ├── specs-at90usb82
│   │   │   │   │   ├── specs-at94k
│   │   │   │   │   ├── specs-ata5272
│   │   │   │   │   ├── specs-ata5505
│   │   │   │   │   ├── specs-ata5702m322
│   │   │   │   │   ├── specs-ata5782
│   │   │   │   │   ├── specs-ata5790
│   │   │   │   │   ├── specs-ata5790n
│   │   │   │   │   ├── specs-ata5791
│   │   │   │   │   ├── specs-ata5795
│   │   │   │   │   ├── specs-ata5831
│   │   │   │   │   ├── specs-ata6285
│   │   │   │   │   ├── specs-ata6286
│   │   │   │   │   ├── specs-ata6289
│   │   │   │   │   ├── specs-ata6612c
│   │   │   │   │   ├── specs-ata6613c
│   │   │   │   │   ├── specs-ata6614q
│   │   │   │   │   ├── specs-ata6616c
│   │   │   │   │   ├── specs-ata6617c
│   │   │   │   │   ├── specs-ata664251
│   │   │   │   │   ├── specs-ata8210
│   │   │   │   │   ├── specs-ata8510
│   │   │   │   │   ├── specs-atmega103
│   │   │   │   │   ├── specs-atmega128
│   │   │   │   │   ├── specs-atmega1280
│   │   │   │   │   ├── specs-atmega1281
│   │   │   │   │   ├── specs-atmega1284
│   │   │   │   │   ├── specs-atmega1284p
│   │   │   │   │   ├── specs-atmega1284rfr2
│   │   │   │   │   ├── specs-atmega128a
│   │   │   │   │   ├── specs-atmega128rfa1
│   │   │   │   │   ├── specs-atmega128rfr2
│   │   │   │   │   ├── specs-atmega16
│   │   │   │   │   ├── specs-atmega161
│   │   │   │   │   ├── specs-atmega162
│   │   │   │   │   ├── specs-atmega163
│   │   │   │   │   ├── specs-atmega164a
│   │   │   │   │   ├── specs-atmega164p
│   │   │   │   │   ├── specs-atmega164pa
│   │   │   │   │   ├── specs-atmega165
│   │   │   │   │   ├── specs-atmega165a
│   │   │   │   │   ├── specs-atmega165p
│   │   │   │   │   ├── specs-atmega165pa
│   │   │   │   │   ├── specs-atmega168
│   │   │   │   │   ├── specs-atmega168a
│   │   │   │   │   ├── specs-atmega168p
│   │   │   │   │   ├── specs-atmega168pa
│   │   │   │   │   ├── specs-atmega168pb
│   │   │   │   │   ├── specs-atmega169
│   │   │   │   │   ├── specs-atmega169a
│   │   │   │   │   ├── specs-atmega169p
│   │   │   │   │   ├── specs-atmega169pa
│   │   │   │   │   ├── specs-atmega16a
│   │   │   │   │   ├── specs-atmega16hva
│   │   │   │   │   ├── specs-atmega16hva2
│   │   │   │   │   ├── specs-atmega16hvb
│   │   │   │   │   ├── specs-atmega16hvbrevb
│   │   │   │   │   ├── specs-atmega16m1
│   │   │   │   │   ├── specs-atmega16u2
│   │   │   │   │   ├── specs-atmega16u4
│   │   │   │   │   ├── specs-atmega2560
│   │   │   │   │   ├── specs-atmega2561
│   │   │   │   │   ├── specs-atmega2564rfr2
│   │   │   │   │   ├── specs-atmega256rfr2
│   │   │   │   │   ├── specs-atmega32
│   │   │   │   │   ├── specs-atmega3208
│   │   │   │   │   ├── specs-atmega3209
│   │   │   │   │   ├── specs-atmega323
│   │   │   │   │   ├── specs-atmega324a
│   │   │   │   │   ├── specs-atmega324p
│   │   │   │   │   ├── specs-atmega324pa
│   │   │   │   │   ├── specs-atmega324pb
│   │   │   │   │   ├── specs-atmega325
│   │   │   │   │   ├── specs-atmega3250
│   │   │   │   │   ├── specs-atmega3250a
│   │   │   │   │   ├── specs-atmega3250p
│   │   │   │   │   ├── specs-atmega3250pa
│   │   │   │   │   ├── specs-atmega325a
│   │   │   │   │   ├── specs-atmega325p
│   │   │   │   │   ├── specs-atmega325pa
│   │   │   │   │   ├── specs-atmega328
│   │   │   │   │   ├── specs-atmega328p
│   │   │   │   │   ├── specs-atmega328pb
│   │   │   │   │   ├── specs-atmega329
│   │   │   │   │   ├── specs-atmega3290
│   │   │   │   │   ├── specs-atmega3290a
│   │   │   │   │   ├── specs-atmega3290p
│   │   │   │   │   ├── specs-atmega3290pa
│   │   │   │   │   ├── specs-atmega329a
│   │   │   │   │   ├── specs-atmega329p
│   │   │   │   │   ├── specs-atmega329pa
│   │   │   │   │   ├── specs-atmega32a
│   │   │   │   │   ├── specs-atmega32c1
│   │   │   │   │   ├── specs-atmega32hvb
│   │   │   │   │   ├── specs-atmega32hvbrevb
│   │   │   │   │   ├── specs-atmega32m1
│   │   │   │   │   ├── specs-atmega32u2
│   │   │   │   │   ├── specs-atmega32u4
│   │   │   │   │   ├── specs-atmega32u6
│   │   │   │   │   ├── specs-atmega406
│   │   │   │   │   ├── specs-atmega48
│   │   │   │   │   ├── specs-atmega4808
│   │   │   │   │   ├── specs-atmega4809
│   │   │   │   │   ├── specs-atmega48a
│   │   │   │   │   ├── specs-atmega48p
│   │   │   │   │   ├── specs-atmega48pa
│   │   │   │   │   ├── specs-atmega48pb
│   │   │   │   │   ├── specs-atmega64
│   │   │   │   │   ├── specs-atmega640
│   │   │   │   │   ├── specs-atmega644
│   │   │   │   │   ├── specs-atmega644a
│   │   │   │   │   ├── specs-atmega644p
│   │   │   │   │   ├── specs-atmega644pa
│   │   │   │   │   ├── specs-atmega644rfr2
│   │   │   │   │   ├── specs-atmega645
│   │   │   │   │   ├── specs-atmega6450
│   │   │   │   │   ├── specs-atmega6450a
│   │   │   │   │   ├── specs-atmega6450p
│   │   │   │   │   ├── specs-atmega645a
│   │   │   │   │   ├── specs-atmega645p
│   │   │   │   │   ├── specs-atmega649
│   │   │   │   │   ├── specs-atmega6490
│   │   │   │   │   ├── specs-atmega6490a
│   │   │   │   │   ├── specs-atmega6490p
│   │   │   │   │   ├── specs-atmega649a
│   │   │   │   │   ├── specs-atmega649p
│   │   │   │   │   ├── specs-atmega64a
│   │   │   │   │   ├── specs-atmega64c1
│   │   │   │   │   ├── specs-atmega64hve
│   │   │   │   │   ├── specs-atmega64hve2
│   │   │   │   │   ├── specs-atmega64m1
│   │   │   │   │   ├── specs-atmega64rfr2
│   │   │   │   │   ├── specs-atmega8
│   │   │   │   │   ├── specs-atmega8515
│   │   │   │   │   ├── specs-atmega8535
│   │   │   │   │   ├── specs-atmega88
│   │   │   │   │   ├── specs-atmega88a
│   │   │   │   │   ├── specs-atmega88p
│   │   │   │   │   ├── specs-atmega88pa
│   │   │   │   │   ├── specs-atmega88pb
│   │   │   │   │   ├── specs-atmega8a
│   │   │   │   │   ├── specs-atmega8hva
│   │   │   │   │   ├── specs-atmega8u2
│   │   │   │   │   ├── specs-attiny10
│   │   │   │   │   ├── specs-attiny11
│   │   │   │   │   ├── specs-attiny12
│   │   │   │   │   ├── specs-attiny13
│   │   │   │   │   ├── specs-attiny13a
│   │   │   │   │   ├── specs-attiny15
│   │   │   │   │   ├── specs-attiny1614
│   │   │   │   │   ├── specs-attiny1616
│   │   │   │   │   ├── specs-attiny1617
│   │   │   │   │   ├── specs-attiny1634
│   │   │   │   │   ├── specs-attiny167
│   │   │   │   │   ├── specs-attiny20
│   │   │   │   │   ├── specs-attiny212
│   │   │   │   │   ├── specs-attiny214
│   │   │   │   │   ├── specs-attiny22
│   │   │   │   │   ├── specs-attiny2313
│   │   │   │   │   ├── specs-attiny2313a
│   │   │   │   │   ├── specs-attiny24
│   │   │   │   │   ├── specs-attiny24a
│   │   │   │   │   ├── specs-attiny25
│   │   │   │   │   ├── specs-attiny26
│   │   │   │   │   ├── specs-attiny261
│   │   │   │   │   ├── specs-attiny261a
│   │   │   │   │   ├── specs-attiny28
│   │   │   │   │   ├── specs-attiny3214
│   │   │   │   │   ├── specs-attiny3216
│   │   │   │   │   ├── specs-attiny3217
│   │   │   │   │   ├── specs-attiny4
│   │   │   │   │   ├── specs-attiny40
│   │   │   │   │   ├── specs-attiny412
│   │   │   │   │   ├── specs-attiny414
│   │   │   │   │   ├── specs-attiny416
│   │   │   │   │   ├── specs-attiny417
│   │   │   │   │   ├── specs-attiny4313
│   │   │   │   │   ├── specs-attiny43u
│   │   │   │   │   ├── specs-attiny44
│   │   │   │   │   ├── specs-attiny441
│   │   │   │   │   ├── specs-attiny44a
│   │   │   │   │   ├── specs-attiny45
│   │   │   │   │   ├── specs-attiny461
│   │   │   │   │   ├── specs-attiny461a
│   │   │   │   │   ├── specs-attiny48
│   │   │   │   │   ├── specs-attiny5
│   │   │   │   │   ├── specs-attiny814
│   │   │   │   │   ├── specs-attiny816
│   │   │   │   │   ├── specs-attiny817
│   │   │   │   │   ├── specs-attiny828
│   │   │   │   │   ├── specs-attiny84
│   │   │   │   │   ├── specs-attiny841
│   │   │   │   │   ├── specs-attiny84a
│   │   │   │   │   ├── specs-attiny85
│   │   │   │   │   ├── specs-attiny861
│   │   │   │   │   ├── specs-attiny861a
│   │   │   │   │   ├── specs-attiny87
│   │   │   │   │   ├── specs-attiny88
│   │   │   │   │   ├── specs-attiny9
│   │   │   │   │   ├── specs-atxmega128a1
│   │   │   │   │   ├── specs-atxmega128a1u
│   │   │   │   │   ├── specs-atxmega128a3
│   │   │   │   │   ├── specs-atxmega128a3u
│   │   │   │   │   ├── specs-atxmega128a4u
│   │   │   │   │   ├── specs-atxmega128b1
│   │   │   │   │   ├── specs-atxmega128b3
│   │   │   │   │   ├── specs-atxmega128c3
│   │   │   │   │   ├── specs-atxmega128d3
│   │   │   │   │   ├── specs-atxmega128d4
│   │   │   │   │   ├── specs-atxmega16a4
│   │   │   │   │   ├── specs-atxmega16a4u
│   │   │   │   │   ├── specs-atxmega16c4
│   │   │   │   │   ├── specs-atxmega16d4
│   │   │   │   │   ├── specs-atxmega16e5
│   │   │   │   │   ├── specs-atxmega192a3
│   │   │   │   │   ├── specs-atxmega192a3u
│   │   │   │   │   ├── specs-atxmega192c3
│   │   │   │   │   ├── specs-atxmega192d3
│   │   │   │   │   ├── specs-atxmega256a3
│   │   │   │   │   ├── specs-atxmega256a3b
│   │   │   │   │   ├── specs-atxmega256a3bu
│   │   │   │   │   ├── specs-atxmega256a3u
│   │   │   │   │   ├── specs-atxmega256c3
│   │   │   │   │   ├── specs-atxmega256d3
│   │   │   │   │   ├── specs-atxmega32a4
│   │   │   │   │   ├── specs-atxmega32a4u
│   │   │   │   │   ├── specs-atxmega32c3
│   │   │   │   │   ├── specs-atxmega32c4
│   │   │   │   │   ├── specs-atxmega32d3
│   │   │   │   │   ├── specs-atxmega32d4
│   │   │   │   │   ├── specs-atxmega32e5
│   │   │   │   │   ├── specs-atxmega384c3
│   │   │   │   │   ├── specs-atxmega384d3
│   │   │   │   │   ├── specs-atxmega64a1
│   │   │   │   │   ├── specs-atxmega64a1u
│   │   │   │   │   ├── specs-atxmega64a3
│   │   │   │   │   ├── specs-atxmega64a3u
│   │   │   │   │   ├── specs-atxmega64a4u
│   │   │   │   │   ├── specs-atxmega64b1
│   │   │   │   │   ├── specs-atxmega64b3
│   │   │   │   │   ├── specs-atxmega64c3
│   │   │   │   │   ├── specs-atxmega64d3
│   │   │   │   │   ├── specs-atxmega64d4
│   │   │   │   │   ├── specs-atxmega8e5
│   │   │   │   │   ├── specs-avr1
│   │   │   │   │   ├── specs-avr2
│   │   │   │   │   ├── specs-avr25
│   │   │   │   │   ├── specs-avr3
│   │   │   │   │   ├── specs-avr31
│   │   │   │   │   ├── specs-avr35
│   │   │   │   │   ├── specs-avr4
│   │   │   │   │   ├── specs-avr5
│   │   │   │   │   ├── specs-avr51
│   │   │   │   │   ├── specs-avr6
│   │   │   │   │   ├── specs-avrtiny
│   │   │   │   │   ├── specs-avrxmega2
│   │   │   │   │   ├── specs-avrxmega3
│   │   │   │   │   ├── specs-avrxmega4
│   │   │   │   │   ├── specs-avrxmega5
│   │   │   │   │   ├── specs-avrxmega6
│   │   │   │   │   ├── specs-avrxmega7
│   │   │   │   │   └── specs-m3000
│   │   │   │   ├── include
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── iso646.h
│   │   │   │   │   ├── stdalign.h
│   │   │   │   │   ├── stdarg.h
│   │   │   │   │   ├── stdatomic.h
│   │   │   │   │   ├── stdbool.h
│   │   │   │   │   ├── stddef.h
│   │   │   │   │   ├── stdfix-gcc.h
│   │   │   │   │   ├── stdfix.h
│   │   │   │   │   ├── stdint-gcc.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── stdnoreturn.h
│   │   │   │   │   ├── unwind.h
│   │   │   │   │   └── varargs.h
│   │   │   │   ├── include-fixed
│   │   │   │   │   ├── limits.h
│   │   │   │   │   ├── README
│   │   │   │   │   └── syslimits.h
│   │   │   │   ├── install-tools
│   │   │   │   │   ├── fixinc_list
│   │   │   │   │   ├── gsyslimits.h
│   │   │   │   │   ├── include
│   │   │   │   │   │   ├── limits.h
│   │   │   │   │   │   └── README
│   │   │   │   │   ├── macro_list
│   │   │   │   │   └── mkheaders.conf
│   │   │   │   ├── libgcc.a
│   │   │   │   ├── libgcov.a
│   │   │   │   ├── plugin
│   │   │   │   │   ├── gtype.state
│   │   │   │   │   ├── include
│   │   │   │   │   │   ├── ada
│   │   │   │   │   │   │   └── gcc-interface
│   │   │   │   │   │   │   └── ada-tree.def
│   │   │   │   │   │   ├── addresses.h
│   │   │   │   │   │   ├── alias.h
│   │   │   │   │   │   ├── alloc-pool.h
│   │   │   │   │   │   ├── all-tree.def
│   │   │   │   │   │   ├── ansidecl.h
│   │   │   │   │   │   ├── asan.h
│   │   │   │   │   │   ├── attribs.h
│   │   │   │   │   │   ├── auto-host.h
│   │   │   │   │   │   ├── auto-profile.h
│   │   │   │   │   │   ├── basic-block.h
│   │   │   │   │   │   ├── bb-reorder.h
│   │   │   │   │   │   ├── b-header-vars
│   │   │   │   │   │   ├── bitmap.h
│   │   │   │   │   │   ├── builtin-attrs.def
│   │   │   │   │   │   ├── builtins.def
│   │   │   │   │   │   ├── builtins.h
│   │   │   │   │   │   ├── builtin-types.def
│   │   │   │   │   │   ├── bversion.h
│   │   │   │   │   │   ├── calls.h
│   │   │   │   │   │   ├── ccmp.h
│   │   │   │   │   │   ├── c-family
│   │   │   │   │   │   │   ├── c-common.def
│   │   │   │   │   │   │   ├── c-common.h
│   │   │   │   │   │   │   ├── c-objc.h
│   │   │   │   │   │   │   ├── c-pragma.h
│   │   │   │   │   │   │   └── c-pretty-print.h
│   │   │   │   │   │   ├── cfganal.h
│   │   │   │   │   │   ├── cfgbuild.h
│   │   │   │   │   │   ├── cfgcleanup.h
│   │   │   │   │   │   ├── cfgexpand.h
│   │   │   │   │   │   ├── cfg-flags.def
│   │   │   │   │   │   ├── cfg.h
│   │   │   │   │   │   ├── cfghooks.h
│   │   │   │   │   │   ├── cfgloop.h
│   │   │   │   │   │   ├── cfgloopmanip.h
│   │   │   │   │   │   ├── cfgrtl.h
│   │   │   │   │   │   ├── cgraph.h
│   │   │   │   │   │   ├── chkp-builtins.def
│   │   │   │   │   │   ├── cif-code.def
│   │   │   │   │   │   ├── cilk-builtins.def
│   │   │   │   │   │   ├── cilk.h
│   │   │   │   │   │   ├── cilkplus.def
│   │   │   │   │   │   ├── collect2-aix.h
│   │   │   │   │   │   ├── collect2.h
│   │   │   │   │   │   ├── collect-utils.h
│   │   │   │   │   │   ├── conditions.h
│   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   ├── avr
│   │   │   │   │   │   │   │   ├── avr-arch.h
│   │   │   │   │   │   │   │   ├── avr.h
│   │   │   │   │   │   │   │   ├── avrlibc.h
│   │   │   │   │   │   │   │   ├── avr-protos.h
│   │   │   │   │   │   │   │   ├── avr-stdint.h
│   │   │   │   │   │   │   │   ├── elf.h
│   │   │   │   │   │   │   │   └── specs.h
│   │   │   │   │   │   │   ├── dbxelf.h
│   │   │   │   │   │   │   ├── elfos.h
│   │   │   │   │   │   │   ├── initfini-array.h
│   │   │   │   │   │   │   └── tm-dwarf2.h
│   │   │   │   │   │   ├── configargs.h
│   │   │   │   │   │   ├── config.h
│   │   │   │   │   │   ├── context.h
│   │   │   │   │   │   ├── convert.h
│   │   │   │   │   │   ├── coretypes.h
│   │   │   │   │   │   ├── coverage.h
│   │   │   │   │   │   ├── cp
│   │   │   │   │   │   │   ├── cp-tree.def
│   │   │   │   │   │   │   ├── cp-tree.h
│   │   │   │   │   │   │   ├── cxx-pretty-print.h
│   │   │   │   │   │   │   ├── name-lookup.h
│   │   │   │   │   │   │   └── type-utils.h
│   │   │   │   │   │   ├── cppbuiltin.h
│   │   │   │   │   │   ├── cppdefault.h
│   │   │   │   │   │   ├── cpplib.h
│   │   │   │   │   │   ├── cselib.h
│   │   │   │   │   │   ├── c-tree.h
│   │   │   │   │   │   ├── data-streamer.h
│   │   │   │   │   │   ├── dbgcnt.def
│   │   │   │   │   │   ├── dbgcnt.h
│   │   │   │   │   │   ├── dbxout.h
│   │   │   │   │   │   ├── dce.h
│   │   │   │   │   │   ├── ddg.h
│   │   │   │   │   │   ├── debug.h
│   │   │   │   │   │   ├── defaults.h
│   │   │   │   │   │   ├── df.h
│   │   │   │   │   │   ├── dfp.h
│   │   │   │   │   │   ├── diagnostic-color.h
│   │   │   │   │   │   ├── diagnostic-core.h
│   │   │   │   │   │   ├── diagnostic.def
│   │   │   │   │   │   ├── diagnostic.h
│   │   │   │   │   │   ├── dojump.h
│   │   │   │   │   │   ├── dominance.h
│   │   │   │   │   │   ├── domwalk.h
│   │   │   │   │   │   ├── double-int.h
│   │   │   │   │   │   ├── dumpfile.h
│   │   │   │   │   │   ├── dwarf2asm.h
│   │   │   │   │   │   ├── dwarf2out.h
│   │   │   │   │   │   ├── emit-rtl.h
│   │   │   │   │   │   ├── errors.h
│   │   │   │   │   │   ├── et-forest.h
│   │   │   │   │   │   ├── except.h
│   │   │   │   │   │   ├── explow.h
│   │   │   │   │   │   ├── expmed.h
│   │   │   │   │   │   ├── expr.h
│   │   │   │   │   │   ├── fibonacci_heap.h
│   │   │   │   │   │   ├── file-find.h
│   │   │   │   │   │   ├── filenames.h
│   │   │   │   │   │   ├── fixed-value.h
│   │   │   │   │   │   ├── flags.h
│   │   │   │   │   │   ├── flag-types.h
│   │   │   │   │   │   ├── fold-const.h
│   │   │   │   │   │   ├── function.h
│   │   │   │   │   │   ├── gcc.h
│   │   │   │   │   │   ├── gcc-plugin.h
│   │   │   │   │   │   ├── gcc-symtab.h
│   │   │   │   │   │   ├── gcov-counter.def
│   │   │   │   │   │   ├── gcov-io.h
│   │   │   │   │   │   ├── gcse-common.h
│   │   │   │   │   │   ├── gcse.h
│   │   │   │   │   │   ├── generic-match.h
│   │   │   │   │   │   ├── gengtype.h
│   │   │   │   │   │   ├── genrtl.h
│   │   │   │   │   │   ├── gensupport.h
│   │   │   │   │   │   ├── ggc.h
│   │   │   │   │   │   ├── ggc-internal.h
│   │   │   │   │   │   ├── gimple-builder.h
│   │   │   │   │   │   ├── gimple.def
│   │   │   │   │   │   ├── gimple-expr.h
│   │   │   │   │   │   ├── gimple-fold.h
│   │   │   │   │   │   ├── gimple.h
│   │   │   │   │   │   ├── gimple-iterator.h
│   │   │   │   │   │   ├── gimple-low.h
│   │   │   │   │   │   ├── gimple-match.h
│   │   │   │   │   │   ├── gimple-pretty-print.h
│   │   │   │   │   │   ├── gimple-ssa.h
│   │   │   │   │   │   ├── gimple-streamer.h
│   │   │   │   │   │   ├── gimple-walk.h
│   │   │   │   │   │   ├── gimplify.h
│   │   │   │   │   │   ├── gimplify-me.h
│   │   │   │   │   │   ├── glimits.h
│   │   │   │   │   │   ├── graphds.h
│   │   │   │   │   │   ├── graph.h
│   │   │   │   │   │   ├── graphite-isl-ast-to-gimple.h
│   │   │   │   │   │   ├── graphite-poly.h
│   │   │   │   │   │   ├── graphite-scop-detection.h
│   │   │   │   │   │   ├── graphite-sese-to-poly.h
│   │   │   │   │   │   ├── gsstruct.def
│   │   │   │   │   │   ├── gstab.h
│   │   │   │   │   │   ├── gsyms.h
│   │   │   │   │   │   ├── gsyslimits.h
│   │   │   │   │   │   ├── gtm-builtins.def
│   │   │   │   │   │   ├── gtype-desc.h
│   │   │   │   │   │   ├── hard-reg-set.h
│   │   │   │   │   │   ├── hash-map.h
│   │   │   │   │   │   ├── hash-set.h
│   │   │   │   │   │   ├── hashtab.h
│   │   │   │   │   │   ├── hash-table.h
│   │   │   │   │   │   ├── highlev-plugin-common.h
│   │   │   │   │   │   ├── hooks.h
│   │   │   │   │   │   ├── hosthooks-def.h
│   │   │   │   │   │   ├── hosthooks.h
│   │   │   │   │   │   ├── hw-doloop.h
│   │   │   │   │   │   ├── hwint.h
│   │   │   │   │   │   ├── ifcvt.h
│   │   │   │   │   │   ├── inchash.h
│   │   │   │   │   │   ├── incpath.h
│   │   │   │   │   │   ├── input.h
│   │   │   │   │   │   ├── insn-addr.h
│   │   │   │   │   │   ├── insn-codes.h
│   │   │   │   │   │   ├── insn-constants.h
│   │   │   │   │   │   ├── insn-flags.h
│   │   │   │   │   │   ├── insn-modes.h
│   │   │   │   │   │   ├── insn-notes.def
│   │   │   │   │   │   ├── internal-fn.def
│   │   │   │   │   │   ├── internal-fn.h
│   │   │   │   │   │   ├── intl.h
│   │   │   │   │   │   ├── ipa-chkp.h
│   │   │   │   │   │   ├── ipa-icf-gimple.h
│   │   │   │   │   │   ├── ipa-icf.h
│   │   │   │   │   │   ├── ipa-inline.h
│   │   │   │   │   │   ├── ipa-prop.h
│   │   │   │   │   │   ├── ipa-reference.h
│   │   │   │   │   │   ├── ipa-ref.h
│   │   │   │   │   │   ├── ipa-utils.h
│   │   │   │   │   │   ├── ira.h
│   │   │   │   │   │   ├── ira-int.h
│   │   │   │   │   │   ├── is-a.h
│   │   │   │   │   │   ├── java
│   │   │   │   │   │   │   └── java-tree.def
│   │   │   │   │   │   ├── langhooks-def.h
│   │   │   │   │   │   ├── langhooks.h
│   │   │   │   │   │   ├── lcm.h
│   │   │   │   │   │   ├── libfuncs.h
│   │   │   │   │   │   ├── libiberty.h
│   │   │   │   │   │   ├── limitx.h
│   │   │   │   │   │   ├── limity.h
│   │   │   │   │   │   ├── line-map.h
│   │   │   │   │   │   ├── loop-unroll.h
│   │   │   │   │   │   ├── lower-subreg.h
│   │   │   │   │   │   ├── lra.h
│   │   │   │   │   │   ├── lra-int.h
│   │   │   │   │   │   ├── lto-compress.h
│   │   │   │   │   │   ├── lto-section-names.h
│   │   │   │   │   │   ├── lto-streamer.h
│   │   │   │   │   │   ├── machmode.def
│   │   │   │   │   │   ├── machmode.h
│   │   │   │   │   │   ├── md5.h
│   │   │   │   │   │   ├── mode-classes.def
│   │   │   │   │   │   ├── objc
│   │   │   │   │   │   │   └── objc-tree.def
│   │   │   │   │   │   ├── obstack.h
│   │   │   │   │   │   ├── omega.h
│   │   │   │   │   │   ├── omp-builtins.def
│   │   │   │   │   │   ├── omp-low.h
│   │   │   │   │   │   ├── optabs.def
│   │   │   │   │   │   ├── optabs.h
│   │   │   │   │   │   ├── options.h
│   │   │   │   │   │   ├── opts-diagnostic.h
│   │   │   │   │   │   ├── opts.h
│   │   │   │   │   │   ├── output.h
│   │   │   │   │   │   ├── params.def
│   │   │   │   │   │   ├── params.h
│   │   │   │   │   │   ├── passes.def
│   │   │   │   │   │   ├── pass-instances.def
│   │   │   │   │   │   ├── pass_manager.h
│   │   │   │   │   │   ├── plugin-api.h
│   │   │   │   │   │   ├── plugin.def
│   │   │   │   │   │   ├── plugin.h
│   │   │   │   │   │   ├── plugin-version.h
│   │   │   │   │   │   ├── predict.def
│   │   │   │   │   │   ├── predict.h
│   │   │   │   │   │   ├── prefix.h
│   │   │   │   │   │   ├── pretty-print.h
│   │   │   │   │   │   ├── print-rtl.h
│   │   │   │   │   │   ├── print-tree.h
│   │   │   │   │   │   ├── profile.h
│   │   │   │   │   │   ├── read-md.h
│   │   │   │   │   │   ├── real.h
│   │   │   │   │   │   ├── realmpfr.h
│   │   │   │   │   │   ├── recog.h
│   │   │   │   │   │   ├── regcprop.h
│   │   │   │   │   │   ├── reg-notes.def
│   │   │   │   │   │   ├── regrename.h
│   │   │   │   │   │   ├── regset.h
│   │   │   │   │   │   ├── regs.h
│   │   │   │   │   │   ├── reload.h
│   │   │   │   │   │   ├── resource.h
│   │   │   │   │   │   ├── rtl-chkp.h
│   │   │   │   │   │   ├── rtl.def
│   │   │   │   │   │   ├── rtl-error.h
│   │   │   │   │   │   ├── rtl.h
│   │   │   │   │   │   ├── rtlhash.h
│   │   │   │   │   │   ├── rtlhooks-def.h
│   │   │   │   │   │   ├── rtl-iter.h
│   │   │   │   │   │   ├── safe-ctype.h
│   │   │   │   │   │   ├── sanitizer.def
│   │   │   │   │   │   ├── sbitmap.h
│   │   │   │   │   │   ├── sched-int.h
│   │   │   │   │   │   ├── sdbout.h
│   │   │   │   │   │   ├── sel-sched-dump.h
│   │   │   │   │   │   ├── sel-sched.h
│   │   │   │   │   │   ├── sel-sched-ir.h
│   │   │   │   │   │   ├── sese.h
│   │   │   │   │   │   ├── shrink-wrap.h
│   │   │   │   │   │   ├── signop.h
│   │   │   │   │   │   ├── sparseset.h
│   │   │   │   │   │   ├── splay-tree.h
│   │   │   │   │   │   ├── sreal.h
│   │   │   │   │   │   ├── ssa-iterators.h
│   │   │   │   │   │   ├── stab.def
│   │   │   │   │   │   ├── statistics.h
│   │   │   │   │   │   ├── stmt.h
│   │   │   │   │   │   ├── stor-layout.h
│   │   │   │   │   │   ├── streamer-hooks.h
│   │   │   │   │   │   ├── stringpool.h
│   │   │   │   │   │   ├── symbol-summary.h
│   │   │   │   │   │   ├── symtab.h
│   │   │   │   │   │   ├── sync-builtins.def
│   │   │   │   │   │   ├── system.h
│   │   │   │   │   │   ├── target.def
│   │   │   │   │   │   ├── target-def.h
│   │   │   │   │   │   ├── target-globals.h
│   │   │   │   │   │   ├── target.h
│   │   │   │   │   │   ├── target-hooks-macros.h
│   │   │   │   │   │   ├── targhooks.h
│   │   │   │   │   │   ├── timevar.def
│   │   │   │   │   │   ├── timevar.h
│   │   │   │   │   │   ├── tm.h
│   │   │   │   │   │   ├── tm_p.h
│   │   │   │   │   │   ├── tm-preds.h
│   │   │   │   │   │   ├── toplev.h
│   │   │   │   │   │   ├── trans-mem.h
│   │   │   │   │   │   ├── tree-affine.h
│   │   │   │   │   │   ├── tree-browser.def
│   │   │   │   │   │   ├── tree-cfgcleanup.h
│   │   │   │   │   │   ├── tree-cfg.h
│   │   │   │   │   │   ├── tree-check.h
│   │   │   │   │   │   ├── tree-chkp.h
│   │   │   │   │   │   ├── tree-chrec.h
│   │   │   │   │   │   ├── tree-core.h
│   │   │   │   │   │   ├── tree-data-ref.h
│   │   │   │   │   │   ├── tree.def
│   │   │   │   │   │   ├── tree-dfa.h
│   │   │   │   │   │   ├── tree-diagnostic.h
│   │   │   │   │   │   ├── tree-dump.h
│   │   │   │   │   │   ├── tree-eh.h
│   │   │   │   │   │   ├── tree.h
│   │   │   │   │   │   ├── tree-hasher.h
│   │   │   │   │   │   ├── tree-inline.h
│   │   │   │   │   │   ├── tree-into-ssa.h
│   │   │   │   │   │   ├── tree-iterator.h
│   │   │   │   │   │   ├── tree-nested.h
│   │   │   │   │   │   ├── tree-object-size.h
│   │   │   │   │   │   ├── tree-outof-ssa.h
│   │   │   │   │   │   ├── tree-parloops.h
│   │   │   │   │   │   ├── tree-pass.h
│   │   │   │   │   │   ├── tree-phinodes.h
│   │   │   │   │   │   ├── tree-pretty-print.h
│   │   │   │   │   │   ├── tree-scalar-evolution.h
│   │   │   │   │   │   ├── tree-ssa-address.h
│   │   │   │   │   │   ├── tree-ssa-alias.h
│   │   │   │   │   │   ├── tree-ssa-coalesce.h
│   │   │   │   │   │   ├── tree-ssa-dom.h
│   │   │   │   │   │   ├── tree-ssa.h
│   │   │   │   │   │   ├── tree-ssa-live.h
│   │   │   │   │   │   ├── tree-ssa-loop.h
│   │   │   │   │   │   ├── tree-ssa-loop-ivopts.h
│   │   │   │   │   │   ├── tree-ssa-loop-manip.h
│   │   │   │   │   │   ├── tree-ssa-loop-niter.h
│   │   │   │   │   │   ├── tree-ssanames.h
│   │   │   │   │   │   ├── tree-ssa-operands.h
│   │   │   │   │   │   ├── tree-ssa-propagate.h
│   │   │   │   │   │   ├── tree-ssa-sccvn.h
│   │   │   │   │   │   ├── tree-ssa-ter.h
│   │   │   │   │   │   ├── tree-ssa-threadedge.h
│   │   │   │   │   │   ├── tree-ssa-threadupdate.h
│   │   │   │   │   │   ├── tree-stdarg.h
│   │   │   │   │   │   ├── tree-streamer.h
│   │   │   │   │   │   ├── treestruct.def
│   │   │   │   │   │   ├── tree-vectorizer.h
│   │   │   │   │   │   ├── tsan.h
│   │   │   │   │   │   ├── tsystem.h
│   │   │   │   │   │   ├── typeclass.h
│   │   │   │   │   │   ├── typed-splay-tree.h
│   │   │   │   │   │   ├── ubsan.h
│   │   │   │   │   │   ├── valtrack.h
│   │   │   │   │   │   ├── value-prof.h
│   │   │   │   │   │   ├── varasm.h
│   │   │   │   │   │   ├── vec.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   ├── vmsdbg.h
│   │   │   │   │   │   ├── vtable-verify.h
│   │   │   │   │   │   ├── wide-int.h
│   │   │   │   │   │   ├── wide-int-print.h
│   │   │   │   │   │   ├── xcoff.h
│   │   │   │   │   │   └── xcoffout.h
│   │   │   │   │   ├── libcc1plugin.0.so
│   │   │   │   │   ├── libcc1plugin.la
│   │   │   │   │   └── libcc1plugin.so
│   │   │   │   └── tiny-stack
│   │   │   │   ├── libgcc.a
│   │   │   │   └── libgcov.a
│   │   │   ├── libcc1.0.so
│   │   │   ├── libcc1.la
│   │   │   ├── libcc1.so
│   │   │   └── libiberty.a
│   │   ├── libexec
│   │   │   └── gcc
│   │   │   └── avr
│   │   │   └── 5.4.0
│   │   │   ├── cc1
│   │   │   ├── cc1plus
│   │   │   ├── collect2
│   │   │   ├── install-tools
│   │   │   │   ├── fixincl
│   │   │   │   ├── fixinc.sh
│   │   │   │   ├── mkheaders
│   │   │   │   └── mkinstalldirs
│   │   │   ├── liblto_plugin.0.so
│   │   │   ├── liblto_plugin.la
│   │   │   ├── liblto_plugin.so
│   │   │   ├── lto1
│   │   │   ├── lto-wrapper
│   │   │   └── plugin
│   │   │   └── gengtype
│   │   └── x86_64-apple-darwin16.1.0
│   │   └── avr
│   │   ├── include
│   │   │   ├── ansidecl.h
│   │   │   ├── bfd.h
│   │   │   ├── bfdlink.h
│   │   │   ├── dis-asm.h
│   │   │   ├── plugin-api.h
│   │   │   └── symcat.h
│   │   └── lib
│   │   ├── libbfd.a
│   │   ├── libbfd.la
│   │   ├── libopcodes.a
│   │   └── libopcodes.la
│   ├── jackson-annotations-2.9.5.jar
│   ├── jackson-core-2.9.5.jar
│   ├── jackson-databind-2.9.5.jar
│   ├── jackson-module-mrbean-2.9.5.jar
│   ├── java-semver-0.8.0.jar
│   ├── jmdns-3.5.3.jar
│   ├── jna-4.2.2.jar
│   ├── jna-platform-4.2.2.jar
│   ├── jsch-0.1.50.jar
│   ├── jssc-2.8.0-arduino1.jar
│   ├── lib
│   │   ├── about@2x.png
│   │   ├── about.png
│   │   ├── arduino_icon.ico
│   │   ├── arduino.png
│   │   ├── arduino_small.png
│   │   ├── formatter.conf
│   │   ├── keywords.txt
│   │   ├── libastylej.dylib
│   │   ├── libastylej.jnilib
│   │   ├── liblistSerialsj.dylib
│   │   ├── preferences.txt
│   │   ├── public.gpg.key
│   │   ├── splash.bmp
│   │   ├── splash.png
│   │   ├── theme
│   │   │   ├── buttons@2x.png
│   │   │   ├── buttons.png
│   │   │   ├── buttons.svg
│   │   │   ├── close@2x.png
│   │   │   ├── close.png
│   │   │   ├── close.svg
│   │   │   ├── lock@2x.png
│   │   │   ├── lock.png
│   │   │   ├── lock.svg
│   │   │   ├── newwindow@2x.png
│   │   │   ├── newwindow.png
│   │   │   ├── newwindow.svg
│   │   │   ├── resize@2x.png
│   │   │   ├── resize.png
│   │   │   ├── resize.svg
│   │   │   ├── syntax
│   │   │   │   ├── dark.xml
│   │   │   │   └── default.xml
│   │   │   ├── tab-sel-left@2x.png
│   │   │   ├── tab-sel-left.png
│   │   │   ├── tab-sel-left.svg
│   │   │   ├── tab-sel-menu@2x.png
│   │   │   ├── tab-sel-menu.png
│   │   │   ├── tab-sel-menu.svg
│   │   │   ├── tab-sel-mid@2x.png
│   │   │   ├── tab-sel-mid.png
│   │   │   ├── tab-sel-mid.svg
│   │   │   ├── tab-sel-right@2x.png
│   │   │   ├── tab-sel-right.png
│   │   │   ├── tab-sel-right.svg
│   │   │   ├── tab-unsel-left@2x.png
│   │   │   ├── tab-unsel-left.png
│   │   │   ├── tab-unsel-left.svg
│   │   │   ├── tab-unsel-menu@2x.png
│   │   │   ├── tab-unsel-menu.png
│   │   │   ├── tab-unsel-menu.svg
│   │   │   ├── tab-unsel-mid@2x.png
│   │   │   ├── tab-unsel-mid.png
│   │   │   ├── tab-unsel-mid.svg
│   │   │   ├── tab-unsel-right@2x.png
│   │   │   ├── tab-unsel-right.png
│   │   │   ├── tab-unsel-right.svg
│   │   │   └── theme.txt
│   │   └── version.txt
│   ├── libraries
│   │   ├── Adafruit_Circuit_Playground
│   │   │   ├── Adafruit_CircuitPlayground.cpp
│   │   │   ├── Adafruit_Circuit_Playground.h
│   │   │   ├── Adafruit_CircuitPlayground.h
│   │   │   ├── Doxyfile
│   │   │   ├── examples
│   │   │   │   ├── accel_mouse
│   │   │   │   │   └── accel_mouse.ino
│   │   │   │   ├── accelTap
│   │   │   │   │   └── accelTap.ino
│   │   │   │   ├── analog_sensors
│   │   │   │   │   └── analog_sensors.ino
│   │   │   │   ├── CircuitPlaygroundFirmata
│   │   │   │   │   └── CircuitPlaygroundFirmata.ino
│   │   │   │   ├── CircuitPlaygroundFirmata_Express_CodeOrg
│   │   │   │   │   └── CircuitPlaygroundFirmata_Express_CodeOrg.ino
│   │   │   │   ├── color_sense
│   │   │   │   │   └── color_sense.ino
│   │   │   │   ├── comm_badge
│   │   │   │   │   ├── coin.h
│   │   │   │   │   ├── comm_badge.ino
│   │   │   │   │   └── trek.h
│   │   │   │   ├── demo
│   │   │   │   │   └── demo.ino
│   │   │   │   ├── FidgetSpinner
│   │   │   │   │   ├── FidgetSpinner.h
│   │   │   │   │   ├── FidgetSpinner.ino
│   │   │   │   │   └── PeakDetector.h
│   │   │   │   ├── Hello_CircuitPlayground
│   │   │   │   │   ├── Hello_Accelerometer
│   │   │   │   │   │   └── Hello_Accelerometer.ino
│   │   │   │   │   ├── Hello_Blink
│   │   │   │   │   │   └── Hello_Blink.ino
│   │   │   │   │   ├── Hello_Buttons
│   │   │   │   │   │   └── Hello_Buttons.ino
│   │   │   │   │   ├── Hello_LightSensor
│   │   │   │   │   │   └── Hello_LightSensor.ino
│   │   │   │   │   ├── Hello_NeoPixels
│   │   │   │   │   │   └── Hello_NeoPixels.ino
│   │   │   │   │   ├── Hello_SlideSwitch
│   │   │   │   │   │   └── Hello_SlideSwitch.ino
│   │   │   │   │   ├── Hello_SoundSensor
│   │   │   │   │   │   └── Hello_SoundSensor.ino
│   │   │   │   │   ├── Hello_Speaker
│   │   │   │   │   │   └── Hello_Speaker.ino
│   │   │   │   │   ├── Hello_Temperature
│   │   │   │   │   │   └── Hello_Temperature.ino
│   │   │   │   │   └── README.md
│   │   │   │   ├── Infrared_Demos
│   │   │   │   │   ├── Infrared_NeoPixel
│   │   │   │   │   │   ├── adafruit_mini_codes.h
│   │   │   │   │   │   └── Infrared_NeoPixel.ino
│   │   │   │   │   ├── Infrared_Read
│   │   │   │   │   │   └── Infrared_read.ino
│   │   │   │   │   ├── Infrared_Record
│   │   │   │   │   │   └── Infrared_Record.ino
│   │   │   │   │   ├── Infrared_Send
│   │   │   │   │   │   └── Infrared_Send.ino
│   │   │   │   │   └── Infrared_Testpattern
│   │   │   │   │   └── Infrared_Testpattern.ino
│   │   │   │   ├── mega_demo
│   │   │   │   │   ├── CapTouchDemo.h
│   │   │   │   │   ├── Demo.h
│   │   │   │   │   ├── mega_demo.ino
│   │   │   │   │   ├── RainbowCycleDemo.h
│   │   │   │   │   ├── SensorDemo.h
│   │   │   │   │   ├── TiltDemo.h
│   │   │   │   │   └── VUMeterDemo.h
│   │   │   │   ├── Microphone_Demos
│   │   │   │   │   ├── Birthday_Candles
│   │   │   │   │   │   └── Birthday_Candles.ino
│   │   │   │   │   ├── mic_FFT_classic
│   │   │   │   │   │   └── mic_FFT_classic.ino
│   │   │   │   │   ├── mic_FFT_express
│   │   │   │   │   │   └── mic_FFT_express.ino
│   │   │   │   │   ├── pretty_meter
│   │   │   │   │   │   └── pretty_meter.ino
│   │   │   │   │   ├── soundPressureLevel
│   │   │   │   │   │   └── soundPressureLevel.ino
│   │   │   │   │   └── vu_meter
│   │   │   │   │   └── vu_meter.ino
│   │   │   │   ├── ScratchSensorBoard
│   │   │   │   │   └── ScratchSensorBoard.ino
│   │   │   │   ├── Speech_Demos
│   │   │   │   │   ├── Talk_UK_Acorn
│   │   │   │   │   │   └── Talk_UK_Acorn.ino
│   │   │   │   │   ├── Talk_US_Clock
│   │   │   │   │   │   └── Talk_US_Clock.ino
│   │   │   │   │   ├── Talk_US_Large
│   │   │   │   │   │   └── Talk_US_Large.ino
│   │   │   │   │   ├── Talk_US_Male
│   │   │   │   │   │   └── Talk_US_Male.ino
│   │   │   │   │   └── Talk_US_TI99
│   │   │   │   │   └── Talk_US_TI99.ino
│   │   │   │   ├── tachometer
│   │   │   │   │   └── tachometer.ino
│   │   │   │   └── tachometer_led_display
│   │   │   │   └── tachometer_led_display.ino
│   │   │   ├── library.properties
│   │   │   ├── README.md
│   │   │   └── utility
│   │   │   ├── Adafruit_CPlay_FreeTouch.cpp
│   │   │   ├── Adafruit_CPlay_FreeTouch.h
│   │   │   ├── Adafruit_CPlay_LIS3DH.cpp
│   │   │   ├── Adafruit_CPlay_LIS3DH.h
│   │   │   ├── Adafruit_CPlay_Mic.cpp
│   │   │   ├── Adafruit_CPlay_Mic.h
│   │   │   ├── Adafruit_CPlay_NeoPixel.cpp
│   │   │   ├── Adafruit_CPlay_NeoPixel.h
│   │   │   ├── Adafruit_CPlay_Sensor.h
│   │   │   ├── Adafruit_CPlay_Speaker.cpp
│   │   │   ├── Adafruit_CPlay_Speaker.h
│   │   │   ├── Adafruit_ZeroPDM.cpp
│   │   │   ├── Adafruit_ZeroPDM.h
│   │   │   ├── CP_Boards.h
│   │   │   ├── CP_Firmata.cpp
│   │   │   ├── CP_Firmata.h
│   │   │   ├── CPlay_CapacitiveSensor.cpp
│   │   │   ├── CPlay_CapacitiveSensor.h
│   │   │   ├── ffft.S
│   │   │   ├── IRLibCombo.h
│   │   │   ├── IRLib_COPYRIGHT.txt
│   │   │   ├── IRLibCPE.h
│   │   │   ├── IRLibDecodeBase.cpp
│   │   │   ├── IRLibDecodeBase.h
│   │   │   ├── IRLibGlobals.h
│   │   │   ├── IRLibHardware.cpp
│   │   │   ├── IRLibHardware.h
│   │   │   ├── IRLib_HashRaw.h
│   │   │   ├── IRLib_P01_NEC.h
│   │   │   ├── IRLib_P02_Sony.h
│   │   │   ├── IRLib_P03_RC5.h
│   │   │   ├── IRLib_P04_RC6.h
│   │   │   ├── IRLib_P05_Panasonic_Old.h
│   │   │   ├── IRLib_P06_JVC.h
│   │   │   ├── IRLib_P07_NECx.h
│   │   │   ├── IRLib_P08_Samsung36.h
│   │   │   ├── IRLib_P09_GICable.h
│   │   │   ├── IRLib_P10_DirecTV.h
│   │   │   ├── IRLib_P11_RCMM.h
│   │   │   ├── IRLib_P12_CYKM.h
│   │   │   ├── IRLib_P99_Additional.h
│   │   │   ├── IRLibProtocols.cpp
│   │   │   ├── IRLibProtocols.h
│   │   │   ├── IRLib_readme.md
│   │   │   ├── IRLibRecvBase.cpp
│   │   │   ├── IRLibRecvBase.h
│   │   │   ├── IRLibRecvPCI.cpp
│   │   │   ├── IRLibRecvPCI.h
│   │   │   ├── IRLibSAMD21.cpp
│   │   │   ├── IRLibSAMD21.h
│   │   │   ├── IRLibSendBase.cpp
│   │   │   ├── IRLibSendBase.h
│   │   │   ├── README.md
│   │   │   └── talkie.cpp
│   │   ├── Bridge
│   │   │   ├── examples
│   │   │   │   ├── Bridge
│   │   │   │   │   └── Bridge.ino
│   │   │   │   ├── ConsoleAsciiTable
│   │   │   │   │   └── ConsoleAsciiTable.ino
│   │   │   │   ├── ConsolePixel
│   │   │   │   │   └── ConsolePixel.ino
│   │   │   │   ├── ConsoleRead
│   │   │   │   │   └── ConsoleRead.ino
│   │   │   │   ├── Datalogger
│   │   │   │   │   └── Datalogger.ino
│   │   │   │   ├── FileWriteScript
│   │   │   │   │   └── FileWriteScript.ino
│   │   │   │   ├── HttpClient
│   │   │   │   │   └── HttpClient.ino
│   │   │   │   ├── HttpClientConsole
│   │   │   │   │   └── HttpClientConsole.ino
│   │   │   │   ├── MailboxReadMessage
│   │   │   │   │   └── MailboxReadMessage.ino
│   │   │   │   ├── Process
│   │   │   │   │   └── Process.ino
│   │   │   │   ├── RemoteDueBlink
│   │   │   │   │   └── RemoteDueBlink.ino
│   │   │   │   ├── ShellCommands
│   │   │   │   │   └── ShellCommands.ino
│   │   │   │   ├── TemperatureWebPanel
│   │   │   │   │   ├── TemperatureWebPanel.ino
│   │   │   │   │   └── www
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── zepto.min.js
│   │   │   │   ├── TimeCheck
│   │   │   │   │   └── TimeCheck.ino
│   │   │   │   ├── WiFiStatus
│   │   │   │   │   └── WiFiStatus.ino
│   │   │   │   ├── YunFirstConfig
│   │   │   │   │   └── YunFirstConfig.ino
│   │   │   │   └── YunSerialTerminal
│   │   │   │   └── YunSerialTerminal.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── BridgeClient.cpp
│   │   │   ├── BridgeClient.h
│   │   │   ├── Bridge.cpp
│   │   │   ├── Bridge.h
│   │   │   ├── BridgeServer.cpp
│   │   │   ├── BridgeServer.h
│   │   │   ├── BridgeSSLClient.cpp
│   │   │   ├── BridgeSSLClient.h
│   │   │   ├── BridgeUdp.cpp
│   │   │   ├── BridgeUdp.h
│   │   │   ├── Console.cpp
│   │   │   ├── Console.h
│   │   │   ├── FileIO.cpp
│   │   │   ├── FileIO.h
│   │   │   ├── HttpClient.cpp
│   │   │   ├── HttpClient.h
│   │   │   ├── Mailbox.cpp
│   │   │   ├── Mailbox.h
│   │   │   ├── Process.cpp
│   │   │   ├── Process.h
│   │   │   ├── YunClient.h
│   │   │   └── YunServer.h
│   │   ├── Esplora
│   │   │   ├── examples
│   │   │   │   ├── Beginners
│   │   │   │   │   ├── EsploraAccelerometer
│   │   │   │   │   │   └── EsploraAccelerometer.ino
│   │   │   │   │   ├── EsploraBlink
│   │   │   │   │   │   └── EsploraBlink.ino
│   │   │   │   │   ├── EsploraJoystickMouse
│   │   │   │   │   │   └── EsploraJoystickMouse.ino
│   │   │   │   │   ├── EsploraLedShow
│   │   │   │   │   │   └── EsploraLedShow.ino
│   │   │   │   │   ├── EsploraLedShow2
│   │   │   │   │   │   └── EsploraLedShow2.ino
│   │   │   │   │   ├── EsploraLightCalibrator
│   │   │   │   │   │   └── EsploraLightCalibrator.ino
│   │   │   │   │   ├── EsploraMusic
│   │   │   │   │   │   └── EsploraMusic.ino
│   │   │   │   │   ├── EsploraSoundSensor
│   │   │   │   │   │   └── EsploraSoundSensor.ino
│   │   │   │   │   └── EsploraTemperatureSensor
│   │   │   │   │   └── EsploraTemperatureSensor.ino
│   │   │   │   └── Experts
│   │   │   │   ├── EsploraKart
│   │   │   │   │   └── EsploraKart.ino
│   │   │   │   ├── EsploraPong
│   │   │   │   │   └── EsploraPong.ino
│   │   │   │   ├── EsploraRemote
│   │   │   │   │   └── EsploraRemote.ino
│   │   │   │   └── EsploraTable
│   │   │   │   └── EsploraTable.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── Esplora.cpp
│   │   │   └── Esplora.h
│   │   ├── Ethernet
│   │   │   ├── AUTHORS
│   │   │   ├── examples
│   │   │   │   ├── AdvancedChatServer
│   │   │   │   │   └── AdvancedChatServer.ino
│   │   │   │   ├── BarometricPressureWebServer
│   │   │   │   │   └── BarometricPressureWebServer.ino
│   │   │   │   ├── ChatServer
│   │   │   │   │   └── ChatServer.ino
│   │   │   │   ├── DhcpAddressPrinter
│   │   │   │   │   └── DhcpAddressPrinter.ino
│   │   │   │   ├── DhcpChatServer
│   │   │   │   │   └── DhcpChatServer.ino
│   │   │   │   ├── LinkStatus
│   │   │   │   │   └── LinkStatus.ino
│   │   │   │   ├── TelnetClient
│   │   │   │   │   └── TelnetClient.ino
│   │   │   │   ├── UdpNtpClient
│   │   │   │   │   └── UdpNtpClient.ino
│   │   │   │   ├── UDPSendReceiveString
│   │   │   │   │   └── UDPSendReceiveString.ino
│   │   │   │   ├── WebClient
│   │   │   │   │   └── WebClient.ino
│   │   │   │   ├── WebClientRepeating
│   │   │   │   │   └── WebClientRepeating.ino
│   │   │   │   └── WebServer
│   │   │   │   └── WebServer.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── Dhcp.cpp
│   │   │   ├── Dhcp.h
│   │   │   ├── Dns.cpp
│   │   │   ├── Dns.h
│   │   │   ├── EthernetClient.cpp
│   │   │   ├── EthernetClient.h
│   │   │   ├── Ethernet.cpp
│   │   │   ├── Ethernet.h
│   │   │   ├── EthernetServer.cpp
│   │   │   ├── EthernetServer.h
│   │   │   ├── EthernetUdp.cpp
│   │   │   ├── EthernetUdp.h
│   │   │   ├── socket.cpp
│   │   │   └── utility
│   │   │   ├── w5100.cpp
│   │   │   └── w5100.h
│   │   ├── Firmata
│   │   │   ├── Boards.h
│   │   │   ├── examples
│   │   │   │   ├── AllInputsFirmata
│   │   │   │   │   └── AllInputsFirmata.ino
│   │   │   │   ├── AnalogFirmata
│   │   │   │   │   └── AnalogFirmata.ino
│   │   │   │   ├── EchoString
│   │   │   │   │   └── EchoString.ino
│   │   │   │   ├── OldStandardFirmata
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   └── OldStandardFirmata.ino
│   │   │   │   ├── ServoFirmata
│   │   │   │   │   └── ServoFirmata.ino
│   │   │   │   ├── SimpleAnalogFirmata
│   │   │   │   │   └── SimpleAnalogFirmata.ino
│   │   │   │   ├── SimpleDigitalFirmata
│   │   │   │   │   └── SimpleDigitalFirmata.ino
│   │   │   │   ├── StandardFirmata
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   └── StandardFirmata.ino
│   │   │   │   ├── StandardFirmataBLE
│   │   │   │   │   ├── bleConfig.h
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   └── StandardFirmataBLE.ino
│   │   │   │   ├── StandardFirmataChipKIT
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   └── StandardFirmataChipKIT.ino
│   │   │   │   ├── StandardFirmataEthernet
│   │   │   │   │   ├── ethernetConfig.h
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   └── StandardFirmataEthernet.ino
│   │   │   │   ├── StandardFirmataPlus
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   └── StandardFirmataPlus.ino
│   │   │   │   └── StandardFirmataWiFi
│   │   │   │   ├── LICENSE.txt
│   │   │   │   ├── StandardFirmataWiFi.ino
│   │   │   │   └── wifiConfig.h
│   │   │   ├── extras
│   │   │   │   └── revisions.txt
│   │   │   ├── FirmataConstants.h
│   │   │   ├── Firmata.cpp
│   │   │   ├── FirmataDefines.h
│   │   │   ├── Firmata.h
│   │   │   ├── FirmataMarshaller.cpp
│   │   │   ├── FirmataMarshaller.h
│   │   │   ├── FirmataParser.cpp
│   │   │   ├── FirmataParser.h
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── LICENSE.txt
│   │   │   ├── readme.md
│   │   │   ├── release.sh
│   │   │   ├── test
│   │   │   │   ├── firmata_test
│   │   │   │   │   └── firmata_test.ino
│   │   │   │   └── readme.md
│   │   │   └── utility
│   │   │   ├── BLEStream.cpp
│   │   │   ├── BLEStream.h
│   │   │   ├── BluefruitLE_SPI_Stream.cpp
│   │   │   ├── BluefruitLE_SPI_Stream.h
│   │   │   ├── EthernetClientStream.cpp
│   │   │   ├── EthernetClientStream.h
│   │   │   ├── EthernetServerStream.cpp
│   │   │   ├── EthernetServerStream.h
│   │   │   ├── firmataDebug.h
│   │   │   ├── FirmataFeature.h
│   │   │   ├── SerialFirmata.cpp
│   │   │   ├── SerialFirmata.h
│   │   │   ├── WiFiClientStream.h
│   │   │   ├── WiFiServerStream.h
│   │   │   ├── WiFiStream.cpp
│   │   │   └── WiFiStream.h
│   │   ├── GSM
│   │   │   ├── examples
│   │   │   │   ├── GsmWebClient
│   │   │   │   │   └── GsmWebClient.ino
│   │   │   │   ├── GsmWebServer
│   │   │   │   │   └── GsmWebServer.ino
│   │   │   │   ├── MakeVoiceCall
│   │   │   │   │   └── MakeVoiceCall.ino
│   │   │   │   ├── ReceiveSMS
│   │   │   │   │   └── ReceiveSMS.ino
│   │   │   │   ├── ReceiveVoiceCall
│   │   │   │   │   └── ReceiveVoiceCall.ino
│   │   │   │   ├── SendSMS
│   │   │   │   │   └── SendSMS.ino
│   │   │   │   └── Tools
│   │   │   │   ├── BandManagement
│   │   │   │   │   └── BandManagement.ino
│   │   │   │   ├── GsmScanNetworks
│   │   │   │   │   └── GsmScanNetworks.ino
│   │   │   │   ├── PinManagement
│   │   │   │   │   └── PinManagement.ino
│   │   │   │   ├── TestGPRS
│   │   │   │   │   └── TestGPRS.ino
│   │   │   │   ├── TestModem
│   │   │   │   │   └── TestModem.ino
│   │   │   │   └── TestWebServer
│   │   │   │   └── TestWebServer.ino
│   │   │   ├── extras
│   │   │   │   └── License.txt
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── GSM3CircularBuffer.cpp
│   │   │   ├── GSM3CircularBuffer.h
│   │   │   ├── GSM3IO.h
│   │   │   ├── GSM3MobileAccessProvider.cpp
│   │   │   ├── GSM3MobileAccessProvider.h
│   │   │   ├── GSM3MobileCellManagement.cpp
│   │   │   ├── GSM3MobileCellManagement.h
│   │   │   ├── GSM3MobileClientProvider.cpp
│   │   │   ├── GSM3MobileClientProvider.h
│   │   │   ├── GSM3MobileClientService.cpp
│   │   │   ├── GSM3MobileClientService.h
│   │   │   ├── GSM3MobileDataNetworkProvider.cpp
│   │   │   ├── GSM3MobileDataNetworkProvider.h
│   │   │   ├── GSM3MobileMockupProvider.cpp
│   │   │   ├── GSM3MobileMockupProvider.h
│   │   │   ├── GSM3MobileNetworkProvider.cpp
│   │   │   ├── GSM3MobileNetworkProvider.h
│   │   │   ├── GSM3MobileNetworkRegistry.cpp
│   │   │   ├── GSM3MobileNetworkRegistry.h
│   │   │   ├── GSM3MobileServerProvider.cpp
│   │   │   ├── GSM3MobileServerProvider.h
│   │   │   ├── GSM3MobileServerService.cpp
│   │   │   ├── GSM3MobileServerService.h
│   │   │   ├── GSM3MobileSMSProvider.cpp
│   │   │   ├── GSM3MobileSMSProvider.h
│   │   │   ├── GSM3MobileVoiceProvider.cpp
│   │   │   ├── GSM3MobileVoiceProvider.h
│   │   │   ├── GSM3ShieldV1AccessProvider.cpp
│   │   │   ├── GSM3ShieldV1AccessProvider.h
│   │   │   ├── GSM3ShieldV1BandManagement.cpp
│   │   │   ├── GSM3ShieldV1BandManagement.h
│   │   │   ├── GSM3ShieldV1BaseProvider.cpp
│   │   │   ├── GSM3ShieldV1BaseProvider.h
│   │   │   ├── GSM3ShieldV1CellManagement.cpp
│   │   │   ├── GSM3ShieldV1CellManagement.h
│   │   │   ├── GSM3ShieldV1ClientProvider.cpp
│   │   │   ├── GSM3ShieldV1ClientProvider.h
│   │   │   ├── GSM3ShieldV1.cpp
│   │   │   ├── GSM3ShieldV1DataNetworkProvider.cpp
│   │   │   ├── GSM3ShieldV1DataNetworkProvider.h
│   │   │   ├── GSM3ShieldV1DirectModemProvider.cpp
│   │   │   ├── GSM3ShieldV1DirectModemProvider.h
│   │   │   ├── GSM3ShieldV1.h
│   │   │   ├── GSM3ShieldV1ModemCore.cpp
│   │   │   ├── GSM3ShieldV1ModemCore.h
│   │   │   ├── GSM3ShieldV1ModemVerification.cpp
│   │   │   ├── GSM3ShieldV1ModemVerification.h
│   │   │   ├── GSM3ShieldV1MultiClientProvider.cpp
│   │   │   ├── GSM3ShieldV1MultiClientProvider.h
│   │   │   ├── GSM3ShieldV1MultiServerProvider.cpp
│   │   │   ├── GSM3ShieldV1MultiServerProvider.h
│   │   │   ├── GSM3ShieldV1PinManagement.cpp
│   │   │   ├── GSM3ShieldV1PinManagement.h
│   │   │   ├── GSM3ShieldV1ScanNetworks.cpp
│   │   │   ├── GSM3ShieldV1ScanNetworks.h
│   │   │   ├── GSM3ShieldV1ServerProvider.cpp
│   │   │   ├── GSM3ShieldV1ServerProvider.h
│   │   │   ├── GSM3ShieldV1SMSProvider.cpp
│   │   │   ├── GSM3ShieldV1SMSProvider.h
│   │   │   ├── GSM3ShieldV1VoiceProvider.cpp
│   │   │   ├── GSM3ShieldV1VoiceProvider.h
│   │   │   ├── GSM3SMSService.cpp
│   │   │   ├── GSM3SMSService.h
│   │   │   ├── GSM3SoftSerial.cpp
│   │   │   ├── GSM3SoftSerial.h
│   │   │   ├── GSM3VoiceCallService.cpp
│   │   │   ├── GSM3VoiceCallService.h
│   │   │   └── GSM.h
│   │   ├── Keyboard
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── Keyboard.cpp
│   │   │   └── Keyboard.h
│   │   ├── LiquidCrystal
│   │   │   ├── examples
│   │   │   │   ├── Autoscroll
│   │   │   │   │   └── Autoscroll.ino
│   │   │   │   ├── Blink
│   │   │   │   │   └── Blink.ino
│   │   │   │   ├── Cursor
│   │   │   │   │   └── Cursor.ino
│   │   │   │   ├── CustomCharacter
│   │   │   │   │   └── CustomCharacter.ino
│   │   │   │   ├── Display
│   │   │   │   │   └── Display.ino
│   │   │   │   ├── HelloWorld
│   │   │   │   │   └── HelloWorld.ino
│   │   │   │   ├── Scroll
│   │   │   │   │   └── Scroll.ino
│   │   │   │   ├── SerialDisplay
│   │   │   │   │   └── SerialDisplay.ino
│   │   │   │   ├── setCursor
│   │   │   │   │   └── setCursor.ino
│   │   │   │   └── TextDirection
│   │   │   │   └── TextDirection.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── LiquidCrystal.cpp
│   │   │   └── LiquidCrystal.h
│   │   ├── Mouse
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── Mouse.cpp
│   │   │   └── Mouse.h
│   │   ├── Robot_Control
│   │   │   ├── examples
│   │   │   │   ├── explore
│   │   │   │   │   ├── R01_Logo
│   │   │   │   │   │   └── R01_Logo.ino
│   │   │   │   │   ├── R02_Line_Follow
│   │   │   │   │   │   └── R02_Line_Follow.ino
│   │   │   │   │   ├── R03_Disco_Bot
│   │   │   │   │   │   └── R03_Disco_Bot.ino
│   │   │   │   │   ├── R04_Compass
│   │   │   │   │   │   └── R04_Compass.ino
│   │   │   │   │   ├── R05_Inputs
│   │   │   │   │   │   └── R05_Inputs.ino
│   │   │   │   │   ├── R06_Wheel_Calibration
│   │   │   │   │   │   ├── R06_Wheel_Calibration.ino
│   │   │   │   │   │   └── scripts_library.h
│   │   │   │   │   ├── R07_Runaway_Robot
│   │   │   │   │   │   └── R07_Runaway_Robot.ino
│   │   │   │   │   ├── R08_Remote_Control
│   │   │   │   │   │   └── R08_Remote_Control.ino
│   │   │   │   │   ├── R09_Picture_Browser
│   │   │   │   │   │   └── R09_Picture_Browser.ino
│   │   │   │   │   ├── R10_Rescue
│   │   │   │   │   │   └── R10_Rescue.ino
│   │   │   │   │   └── R11_Hello_User
│   │   │   │   │   └── R11_Hello_User.ino
│   │   │   │   └── learn
│   │   │   │   ├── AllIOPorts
│   │   │   │   │   └── AllIOPorts.ino
│   │   │   │   ├── Beep
│   │   │   │   │   └── Beep.ino
│   │   │   │   ├── CleanEEPROM
│   │   │   │   │   └── CleanEEPROM.ino
│   │   │   │   ├── Compass
│   │   │   │   │   └── Compass.ino
│   │   │   │   ├── IRArray
│   │   │   │   │   └── IRArray.ino
│   │   │   │   ├── keyboardTest
│   │   │   │   │   └── keyboardTest.ino
│   │   │   │   ├── LCDDebugPrint
│   │   │   │   │   └── LCDDebugPrint.ino
│   │   │   │   ├── LCDPrint
│   │   │   │   │   └── LCDPrint.ino
│   │   │   │   ├── LCDWriteText
│   │   │   │   │   └── LCDWriteText.ino
│   │   │   │   ├── LineFollowWithPause
│   │   │   │   │   └── LineFollowWithPause.ino
│   │   │   │   ├── Melody
│   │   │   │   │   └── Melody.ino
│   │   │   │   ├── MotorTest
│   │   │   │   │   └── MotorTest.ino
│   │   │   │   ├── SpeedByPotentiometer
│   │   │   │   │   └── SpeedByPotentiometer.ino
│   │   │   │   └── TurnTest
│   │   │   │   └── TurnTest.ino
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── Arduino_LCD.cpp
│   │   │   ├── Arduino_LCD.h
│   │   │   ├── ArduinoRobot.cpp
│   │   │   ├── ArduinoRobot.h
│   │   │   ├── communication.cpp
│   │   │   ├── Compass.cpp
│   │   │   ├── Compass.h
│   │   │   ├── EasyTransfer2.cpp
│   │   │   ├── EasyTransfer2.h
│   │   │   ├── EEPROM_I2C.cpp
│   │   │   ├── EEPROM_I2C.h
│   │   │   ├── Fat16Config.h
│   │   │   ├── Fat16.cpp
│   │   │   ├── Fat16.h
│   │   │   ├── Fat16mainpage.h
│   │   │   ├── Fat16util.h
│   │   │   ├── FatStructs.h
│   │   │   ├── glcdfont.c
│   │   │   ├── helper.cpp
│   │   │   ├── information.cpp
│   │   │   ├── keyboard.cpp
│   │   │   ├── lcd.cpp
│   │   │   ├── Melody.cpp
│   │   │   ├── Motors.cpp
│   │   │   ├── Multiplexer.cpp
│   │   │   ├── Multiplexer.h
│   │   │   ├── RobotSdCard.cpp
│   │   │   ├── SdCard.cpp
│   │   │   ├── SdCard.h
│   │   │   ├── SdInfo.h
│   │   │   ├── Sensors.cpp
│   │   │   ├── Squawk.cpp
│   │   │   ├── Squawk.h
│   │   │   ├── SquawkSD.cpp
│   │   │   ├── SquawkSD.h
│   │   │   └── utility
│   │   │   ├── Adafruit_GFX.cpp
│   │   │   ├── Adafruit_GFX.h
│   │   │   ├── RobotTextManager.cpp
│   │   │   ├── RobotTextManager.h
│   │   │   ├── scripts_Hello_User.h
│   │   │   ├── VirtualKeyboard.cpp
│   │   │   └── VirtualKeyboard.h
│   │   ├── RobotIRremote
│   │   │   ├── extras
│   │   │   │   ├── LICENSE.txt
│   │   │   │   └── readme
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── IRremote.cpp
│   │   │   ├── IRremoteTools.cpp
│   │   │   ├── RobotIRremote.h
│   │   │   ├── RobotIRremoteInt.h
│   │   │   └── RobotIRremoteTools.h
│   │   ├── Robot_Motor
│   │   │   ├── examples
│   │   │   │   ├── Robot_IR_Array_Test
│   │   │   │   │   └── Robot_IR_Array_Test.ino
│   │   │   │   └── Robot_Motor_Core
│   │   │   │   └── Robot_Motor_Core.ino
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── ArduinoRobotMotorBoard.cpp
│   │   │   ├── ArduinoRobotMotorBoard.h
│   │   │   ├── EasyTransfer2.cpp
│   │   │   ├── EasyTransfer2.h
│   │   │   ├── lineFollow.cpp
│   │   │   ├── LineFollow.h
│   │   │   ├── Multiplexer.cpp
│   │   │   └── Multiplexer.h
│   │   ├── SD
│   │   │   ├── examples
│   │   │   │   ├── CardInfo
│   │   │   │   │   └── CardInfo.ino
│   │   │   │   ├── Datalogger
│   │   │   │   │   └── Datalogger.ino
│   │   │   │   ├── DumpFile
│   │   │   │   │   └── DumpFile.ino
│   │   │   │   ├── Files
│   │   │   │   │   └── Files.ino
│   │   │   │   ├── listfiles
│   │   │   │   │   └── listfiles.ino
│   │   │   │   └── ReadWrite
│   │   │   │   └── ReadWrite.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── File.cpp
│   │   │   ├── README.txt
│   │   │   ├── SD.cpp
│   │   │   ├── SD.h
│   │   │   └── utility
│   │   │   ├── FatStructs.h
│   │   │   ├── Sd2Card.cpp
│   │   │   ├── Sd2Card.h
│   │   │   ├── Sd2PinMap.h
│   │   │   ├── SdFat.h
│   │   │   ├── SdFatmainpage.h
│   │   │   ├── SdFatUtil.h
│   │   │   ├── SdFile.cpp
│   │   │   ├── SdInfo.h
│   │   │   └── SdVolume.cpp
│   │   ├── Servo
│   │   │   ├── examples
│   │   │   │   ├── Knob
│   │   │   │   │   └── Knob.ino
│   │   │   │   └── Sweep
│   │   │   │   └── Sweep.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── avr
│   │   │   │   ├── Servo.cpp
│   │   │   │   └── ServoTimers.h
│   │   │   ├── nrf52
│   │   │   │   ├── Servo.cpp
│   │   │   │   └── ServoTimers.h
│   │   │   ├── sam
│   │   │   │   ├── Servo.cpp
│   │   │   │   └── ServoTimers.h
│   │   │   ├── samd
│   │   │   │   ├── Servo.cpp
│   │   │   │   └── ServoTimers.h
│   │   │   ├── Servo.h
│   │   │   └── stm32f4
│   │   │   ├── Servo.cpp
│   │   │   └── ServoTimers.h
│   │   ├── SpacebrewYun
│   │   │   ├── examples
│   │   │   │   ├── inputOutput
│   │   │   │   │   └── inputOutput.ino
│   │   │   │   ├── spacebrewBoolean
│   │   │   │   │   └── spacebrewBoolean.ino
│   │   │   │   ├── spacebrewRange
│   │   │   │   │   └── spacebrewRange.ino
│   │   │   │   └── spacebrewString
│   │   │   │   └── spacebrewString.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── SpacebrewYun.cpp
│   │   │   └── SpacebrewYun.h
│   │   ├── Stepper
│   │   │   ├── examples
│   │   │   │   ├── MotorKnob
│   │   │   │   │   └── MotorKnob.ino
│   │   │   │   ├── stepper_oneRevolution
│   │   │   │   │   └── stepper_oneRevolution.ino
│   │   │   │   ├── stepper_oneStepAtATime
│   │   │   │   │   └── stepper_oneStepAtATime.ino
│   │   │   │   └── stepper_speedControl
│   │   │   │   └── stepper_speedControl.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── Stepper.cpp
│   │   │   └── Stepper.h
│   │   ├── Temboo
│   │   │   ├── examples
│   │   │   │   ├── ArduinoYun
│   │   │   │   │   ├── GetYahooWeatherReport
│   │   │   │   │   │   ├── GetYahooWeatherReport.ino
│   │   │   │   │   │   └── TembooAccount.h
│   │   │   │   │   ├── ReadATweet
│   │   │   │   │   │   ├── ReadATweet.ino
│   │   │   │   │   │   └── TembooAccount.h
│   │   │   │   │   ├── SendAnEmail
│   │   │   │   │   │   ├── SendAnEmail.ino
│   │   │   │   │   │   └── TembooAccount.h
│   │   │   │   │   ├── SendAnSMS
│   │   │   │   │   │   ├── SendAnSMS.ino
│   │   │   │   │   │   └── TembooAccount.h
│   │   │   │   │   ├── SendATweet
│   │   │   │   │   │   ├── SendATweet.ino
│   │   │   │   │   │   └── TembooAccount.h
│   │   │   │   │   ├── SendDataToGoogleSpreadsheet
│   │   │   │   │   │   ├── SendDataToGoogleSpreadsheet.ino
│   │   │   │   │   │   └── TembooAccount.h
│   │   │   │   │   ├── TembooDeviceConfig
│   │   │   │   │   │   └── TembooDeviceConfig.ino
│   │   │   │   │   ├── ToxicFacilitiesSearch
│   │   │   │   │   │   ├── TembooAccount.h
│   │   │   │   │   │   └── ToxicFacilitiesSearch.ino
│   │   │   │   │   ├── UpdateFacebookStatus
│   │   │   │   │   │   ├── TembooAccount.h
│   │   │   │   │   │   └── UpdateFacebookStatus.ino
│   │   │   │   │   └── UploadToDropbox
│   │   │   │   │   ├── TembooAccount.h
│   │   │   │   │   └── UploadToDropbox.ino
│   │   │   │   └── YunShield
│   │   │   │   └── TembooDeviceConfig
│   │   │   │   └── TembooDeviceConfig.ino
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── TembooCoAPEdgeDevice.cpp
│   │   │   ├── TembooCoAPEdgeDevice.h
│   │   │   ├── Temboo.cpp
│   │   │   ├── Temboo.h
│   │   │   ├── TembooMonitoring.cpp
│   │   │   ├── TembooMonitoring.h
│   │   │   ├── TembooMQTTEdgeDevice.cpp
│   │   │   ├── TembooMQTTEdgeDevice.h
│   │   │   ├── TembooSSL.cpp
│   │   │   ├── TembooSSL.h
│   │   │   ├── TembooYunShield.h
│   │   │   └── utility
│   │   │   ├── ArduinoTimer.h
│   │   │   ├── BaseFormatter.cpp
│   │   │   ├── BaseFormatter.h
│   │   │   ├── ChoreoDevice.cpp
│   │   │   ├── ChoreoDeviceFormatter.cpp
│   │   │   ├── ChoreoDeviceFormatter.h
│   │   │   ├── ChoreoDevice.h
│   │   │   ├── ChoreoInput.cpp
│   │   │   ├── ChoreoInputExpression.cpp
│   │   │   ├── ChoreoInputExpressionFormatter.cpp
│   │   │   ├── ChoreoInputExpressionFormatter.h
│   │   │   ├── ChoreoInputExpression.h
│   │   │   ├── ChoreoInputExpressionSet.cpp
│   │   │   ├── ChoreoInputExpressionSet.h
│   │   │   ├── ChoreoInputFormatter.cpp
│   │   │   ├── ChoreoInputFormatter.h
│   │   │   ├── ChoreoInput.h
│   │   │   ├── ChoreoInputSet.cpp
│   │   │   ├── ChoreoInputSet.h
│   │   │   ├── ChoreoOutput.cpp
│   │   │   ├── ChoreoOutputFormatter.cpp
│   │   │   ├── ChoreoOutputFormatter.h
│   │   │   ├── ChoreoOutput.h
│   │   │   ├── ChoreoOutputSet.cpp
│   │   │   ├── ChoreoOutputSet.h
│   │   │   ├── ChoreoPreset.cpp
│   │   │   ├── ChoreoPresetFormatter.cpp
│   │   │   ├── ChoreoPresetFormatter.h
│   │   │   ├── ChoreoPreset.h
│   │   │   ├── ChoreoSensorInput.cpp
│   │   │   ├── ChoreoSensorInputFormatter.cpp
│   │   │   ├── ChoreoSensorInputFormatter.h
│   │   │   ├── ChoreoSensorInput.h
│   │   │   ├── ChoreoSensorInputSet.cpp
│   │   │   ├── ChoreoSensorInputSet.h
│   │   │   ├── CoapMessageLayer.cpp
│   │   │   ├── CoapMessageLayer.h
│   │   │   ├── CoapMsg.cpp
│   │   │   ├── CoapMsg.h
│   │   │   ├── CoapRRLayer.cpp
│   │   │   ├── CoapRRLayer.h
│   │   │   ├── DataFormatter.cpp
│   │   │   ├── DataFormatter.h
│   │   │   ├── FP.h
│   │   │   ├── MQTTClient.h
│   │   │   ├── MQTTConnectClient.c
│   │   │   ├── MQTTConnect.h
│   │   │   ├── MQTTConnectServer.c
│   │   │   ├── MQTTDeserializePublish.c
│   │   │   ├── MQTTFormat.c
│   │   │   ├── MQTTFormat.h
│   │   │   ├── MQTTLogging.h
│   │   │   ├── MQTTPacket.c
│   │   │   ├── MQTTPacket.h
│   │   │   ├── MQTTPublish.h
│   │   │   ├── MQTTSerializePublish.c
│   │   │   ├── MQTTSubscribeClient.c
│   │   │   ├── MQTTSubscribe.h
│   │   │   ├── MQTTSubscribeServer.c
│   │   │   ├── MQTTUnsubscribeClient.c
│   │   │   ├── MQTTUnsubscribe.h
│   │   │   ├── MQTTUnsubscribeServer.c
│   │   │   ├── StackTrace.h
│   │   │   ├── TembooCoAPIPStack.h
│   │   │   ├── TembooCoAPSession.cpp
│   │   │   ├── TembooCoAPSession.h
│   │   │   ├── TembooDS18B20.cpp
│   │   │   ├── TembooDS18B20.h
│   │   │   ├── TembooGlobal.c
│   │   │   ├── TembooGlobal.h
│   │   │   ├── TembooGPIO.c
│   │   │   ├── TembooGPIO.h
│   │   │   ├── TembooMQTTIPStack.h
│   │   │   ├── TembooMQTTSession.cpp
│   │   │   ├── TembooMQTTSession.h
│   │   │   ├── TembooOneWire.cpp
│   │   │   ├── TembooOneWire.h
│   │   │   ├── TembooSession.cpp
│   │   │   ├── TembooSession.h
│   │   │   ├── TembooTags.h
│   │   │   ├── TembooTimer.h
│   │   │   ├── TembooWebSocketRequestHandles.c
│   │   │   ├── TembooWebSocketRequestHandles.h
│   │   │   ├── tmbhmac.cpp
│   │   │   ├── tmbhmac.h
│   │   │   ├── tmbmd5.cpp
│   │   │   └── tmbmd5.h
│   │   ├── TFT
│   │   │   ├── examples
│   │   │   │   ├── Arduino
│   │   │   │   │   ├── TFTBitmapLogo
│   │   │   │   │   │   ├── arduino.bmp
│   │   │   │   │   │   └── TFTBitmapLogo.ino
│   │   │   │   │   ├── TFTColorPicker
│   │   │   │   │   │   └── TFTColorPicker.ino
│   │   │   │   │   ├── TFTDisplayText
│   │   │   │   │   │   └── TFTDisplayText.ino
│   │   │   │   │   ├── TFTEtchASketch
│   │   │   │   │   │   └── TFTEtchASketch.ino
│   │   │   │   │   ├── TFTGraph
│   │   │   │   │   │   └── TFTGraph.ino
│   │   │   │   │   └── TFTPong
│   │   │   │   │   └── TFTPong.ino
│   │   │   │   └── Esplora
│   │   │   │   ├── EsploraTFTBitmapLogo
│   │   │   │   │   ├── arduino.bmp
│   │   │   │   │   └── EsploraTFTBitmapLogo.ino
│   │   │   │   ├── EsploraTFTColorPicker
│   │   │   │   │   └── EsploraTFTColorPicker.ino
│   │   │   │   ├── EsploraTFTEtchASketch
│   │   │   │   │   └── EsploraTFTEtchASketch.ino
│   │   │   │   ├── EsploraTFTGraph
│   │   │   │   │   └── EsploraTFTGraph.ino
│   │   │   │   ├── EsploraTFTHorizon
│   │   │   │   │   └── EsploraTFTHorizon.ino
│   │   │   │   ├── EsploraTFTPong
│   │   │   │   │   └── EsploraTFTPong.ino
│   │   │   │   └── EsploraTFTTemp
│   │   │   │   └── EsploraTFTTemp.ino
│   │   │   ├── extras
│   │   │   │   ├── Adafruit-license.txt
│   │   │   │   ├── Adafruit-README.txt
│   │   │   │   └── README.md
│   │   │   ├── keywords.txt
│   │   │   ├── library.properties
│   │   │   ├── README.adoc
│   │   │   └── src
│   │   │   ├── TFT.cpp
│   │   │   ├── TFT.h
│   │   │   └── utility
│   │   │   ├── Adafruit_GFX.cpp
│   │   │   ├── Adafruit_GFX.h
│   │   │   ├── Adafruit_ST7735.cpp
│   │   │   ├── Adafruit_ST7735.h
│   │   │   ├── glcdfont.c
│   │   │   ├── keywords.txt
│   │   │   └── PImage.h
│   │   └── WiFi
│   │   ├── examples
│   │   │   ├── ConnectNoEncryption
│   │   │   │   └── ConnectNoEncryption.ino
│   │   │   ├── ConnectWithWEP
│   │   │   │   └── ConnectWithWEP.ino
│   │   │   ├── ConnectWithWPA
│   │   │   │   └── ConnectWithWPA.ino
│   │   │   ├── ScanNetworks
│   │   │   │   └── ScanNetworks.ino
│   │   │   ├── SimpleWebServerWiFi
│   │   │   │   └── SimpleWebServerWiFi.ino
│   │   │   ├── WiFiChatServer
│   │   │   │   └── WiFiChatServer.ino
│   │   │   ├── WiFiUdpNtpClient
│   │   │   │   └── WiFiUdpNtpClient.ino
│   │   │   ├── WiFiUdpSendReceiveString
│   │   │   │   └── WiFiUdpSendReceiveString.ino
│   │   │   ├── WiFiWebClient
│   │   │   │   └── WiFiWebClient.ino
│   │   │   ├── WiFiWebClientRepeating
│   │   │   │   └── WiFiWebClientRepeating.ino
│   │   │   └── WiFiWebServer
│   │   │   └── WiFiWebServer.ino
│   │   ├── extras
│   │   │   ├── binary
│   │   │   │   ├── wifi_dnld_2_1.elf
│   │   │   │   ├── wifi_dnld.elf
│   │   │   │   ├── wifi_dnld.hex
│   │   │   │   ├── wifiHD_2_1.elf
│   │   │   │   ├── wifiHD.elf
│   │   │   │   └── wifiHD.hex
│   │   │   ├── scripts
│   │   │   │   └── ArduinoWifiShield_upgrade.sh
│   │   │   ├── wifi_dnld
│   │   │   │   ├── Release
│   │   │   │   │   └── wifi_dnld.elf
│   │   │   │   ├── src
│   │   │   │   │   ├── clocks.c
│   │   │   │   │   ├── clocks.h
│   │   │   │   │   ├── CONFIG
│   │   │   │   │   │   ├── conf_access.h
│   │   │   │   │   │   └── conf_at45dbx.h
│   │   │   │   │   ├── Doc
│   │   │   │   │   │   ├── gettingstarted.pdf
│   │   │   │   │   │   └── SPB104 product brief.pdf
│   │   │   │   │   ├── flash_fw.c
│   │   │   │   │   ├── license.txt
│   │   │   │   │   ├── nor_flash.c
│   │   │   │   │   ├── nor_flash.h
│   │   │   │   │   ├── printf-stdarg.c
│   │   │   │   │   ├── printf-stdarg.h
│   │   │   │   │   ├── SOFTWARE_FRAMEWORK
│   │   │   │   │   │   ├── ASM
│   │   │   │   │   │   │   └── trampoline.x
│   │   │   │   │   │   ├── BOARDS
│   │   │   │   │   │   │   ├── ARDUINO
│   │   │   │   │   │   │   │   ├── arduino.h
│   │   │   │   │   │   │   │   ├── led.c
│   │   │   │   │   │   │   │   └── led.h
│   │   │   │   │   │   │   ├── board.h
│   │   │   │   │   │   │   ├── board.h.ori
│   │   │   │   │   │   │   └── EVK1105
│   │   │   │   │   │   │   ├── evk1105.h
│   │   │   │   │   │   │   ├── led.c
│   │   │   │   │   │   │   └── led.h
│   │   │   │   │   │   ├── COMPONENTS
│   │   │   │   │   │   │   └── MEMORY
│   │   │   │   │   │   │   └── DATA_FLASH
│   │   │   │   │   │   │   └── AT45DBX
│   │   │   │   │   │   │   ├── at45dbx.c
│   │   │   │   │   │   │   ├── at45dbx.h
│   │   │   │   │   │   │   ├── at45dbx_mem.c
│   │   │   │   │   │   │   └── at45dbx_mem.h
│   │   │   │   │   │   ├── DRIVERS
│   │   │   │   │   │   │   ├── FLASHC
│   │   │   │   │   │   │   │   ├── flashc.c
│   │   │   │   │   │   │   │   └── flashc.h
│   │   │   │   │   │   │   ├── GPIO
│   │   │   │   │   │   │   │   ├── gpio.c
│   │   │   │   │   │   │   │   └── gpio.h
│   │   │   │   │   │   │   ├── INTC
│   │   │   │   │   │   │   │   ├── exception.x
│   │   │   │   │   │   │   │   ├── intc.c
│   │   │   │   │   │   │   │   └── intc.h
│   │   │   │   │   │   │   ├── PM
│   │   │   │   │   │   │   │   ├── pm.c
│   │   │   │   │   │   │   │   ├── pm_conf_clocks.c
│   │   │   │   │   │   │   │   ├── pm.h
│   │   │   │   │   │   │   │   ├── power_clocks_lib.c
│   │   │   │   │   │   │   │   └── power_clocks_lib.h
│   │   │   │   │   │   │   ├── SPI
│   │   │   │   │   │   │   │   ├── spi.c
│   │   │   │   │   │   │   │   └── spi.h
│   │   │   │   │   │   │   └── USART
│   │   │   │   │   │   │   ├── usart.c
│   │   │   │   │   │   │   └── usart.h
│   │   │   │   │   │   ├── SERVICES
│   │   │   │   │   │   │   └── MEMORY
│   │   │   │   │   │   │   └── CTRL_ACCESS
│   │   │   │   │   │   │   ├── ctrl_access.c
│   │   │   │   │   │   │   └── ctrl_access.h
│   │   │   │   │   │   └── UTILS
│   │   │   │   │   │   ├── compiler.h
│   │   │   │   │   │   ├── conf_isp.h
│   │   │   │   │   │   ├── DEBUG
│   │   │   │   │   │   │   ├── debug.c
│   │   │   │   │   │   │   ├── debug.h
│   │   │   │   │   │   │   ├── print_funcs.c
│   │   │   │   │   │   │   └── print_funcs.h
│   │   │   │   │   │   ├── LIBS
│   │   │   │   │   │   │   └── NEWLIB_ADDONS
│   │   │   │   │   │   │   ├── INCLUDE
│   │   │   │   │   │   │   │   ├── nlao_cpu.h
│   │   │   │   │   │   │   │   ├── nlao_exceptions.h
│   │   │   │   │   │   │   │   ├── nlao_interrupts.h
│   │   │   │   │   │   │   │   ├── nlao_io.h
│   │   │   │   │   │   │   │   └── nlao_usart.h
│   │   │   │   │   │   │   └── libnewlib_addons-at32ucr2-speed_opt.a
│   │   │   │   │   │   ├── LINKER_SCRIPTS
│   │   │   │   │   │   │   └── AT32UC3A
│   │   │   │   │   │   │   ├── 0512
│   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   └── link_uc3a0512.lds
│   │   │   │   │   │   │   └── 1256
│   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   └── link_uc3a1256.lds
│   │   │   │   │   │   ├── parts.h
│   │   │   │   │   │   ├── PREPROCESSOR
│   │   │   │   │   │   │   ├── mrepeat.h
│   │   │   │   │   │   │   ├── preprocessor.h
│   │   │   │   │   │   │   ├── stringz.h
│   │   │   │   │   │   │   └── tpaste.h
│   │   │   │   │   │   └── STARTUP_FILES
│   │   │   │   │   │   └── GCC
│   │   │   │   │   │   └── crt0.x
│   │   │   │   │   ├── startup.c
│   │   │   │   │   ├── startup.h
│   │   │   │   │   └── wl_fw.h
│   │   │   │   └── wifi_dnld.cproj
│   │   │   ├── wifiHD
│   │   │   │   ├── Release
│   │   │   │   │   ├── wifiHD.elf
│   │   │   │   │   └── wifiHD.hex
│   │   │   │   ├── src
│   │   │   │   │   ├── ard_spi.c
│   │   │   │   │   ├── ard_spi.h
│   │   │   │   │   ├── ard_tcp.c
│   │   │   │   │   ├── ard_tcp.h
│   │   │   │   │   ├── ard_utils.c
│   │   │   │   │   ├── ard_utils.h
│   │   │   │   │   ├── avr32_spi.c
│   │   │   │   │   ├── board_init.c
│   │   │   │   │   ├── board_init.h
│   │   │   │   │   ├── cmd_wl.c
│   │   │   │   │   ├── cmd_wl.h
│   │   │   │   │   ├── CONFIG
│   │   │   │   │   │   ├── conf_access.h
│   │   │   │   │   │   ├── conf_at45dbx.h
│   │   │   │   │   │   ├── conf_ebi.h
│   │   │   │   │   │   └── conf_sd_mmc_spi.h
│   │   │   │   │   ├── console.c
│   │   │   │   │   ├── console.h
│   │   │   │   │   ├── debug.h
│   │   │   │   │   ├── fw_download_extflash.c
│   │   │   │   │   ├── fw_download.h
│   │   │   │   │   ├── license.txt
│   │   │   │   │   ├── lwipopts.h
│   │   │   │   │   ├── lwip_setup.c
│   │   │   │   │   ├── lwip_setup.h
│   │   │   │   │   ├── main.c
│   │   │   │   │   ├── nvram.c
│   │   │   │   │   ├── nvram.h
│   │   │   │   │   ├── owl_os.c
│   │   │   │   │   ├── ping.c
│   │   │   │   │   ├── ping.h
│   │   │   │   │   ├── printf-stdarg.c
│   │   │   │   │   ├── printf-stdarg.h
│   │   │   │   │   ├── SOFTWARE_FRAMEWORK
│   │   │   │   │   │   ├── ASM
│   │   │   │   │   │   │   └── trampoline.x
│   │   │   │   │   │   ├── BOARDS
│   │   │   │   │   │   │   ├── ARDUINO
│   │   │   │   │   │   │   │   ├── arduino.h
│   │   │   │   │   │   │   │   ├── led.c
│   │   │   │   │   │   │   │   └── led.h
│   │   │   │   │   │   │   ├── board.h
│   │   │   │   │   │   │   ├── board.h.my
│   │   │   │   │   │   │   └── EVK1105
│   │   │   │   │   │   │   ├── evk1105.h
│   │   │   │   │   │   │   ├── led.c
│   │   │   │   │   │   │   └── led.h
│   │   │   │   │   │   ├── COMPONENTS
│   │   │   │   │   │   │   ├── MEMORY
│   │   │   │   │   │   │   │   └── DATA_FLASH
│   │   │   │   │   │   │   │   └── AT45DBX
│   │   │   │   │   │   │   │   ├── at45dbx.c
│   │   │   │   │   │   │   │   ├── at45dbx.h
│   │   │   │   │   │   │   │   ├── at45dbx_mem.c
│   │   │   │   │   │   │   │   └── at45dbx_mem.h
│   │   │   │   │   │   │   └── WIFI
│   │   │   │   │   │   │   └── HD
│   │   │   │   │   │   │   ├── v2.7.0
│   │   │   │   │   │   │   │   ├── revision.txt
│   │   │   │   │   │   │   │   ├── UCR1
│   │   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   │   ├── lib_ucr1_hd_sdio_v2.7.0.a
│   │   │   │   │   │   │   │   │   ├── lib_ucr1_hd_spi_v2.7.0.a
│   │   │   │   │   │   │   │   │   └── lib_ucr1_hd_wl_sta_intwpa_v2.7.0.a
│   │   │   │   │   │   │   │   └── UCR2
│   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   ├── lib_ucr2_hd_sdio_v2.7.0.a
│   │   │   │   │   │   │   │   ├── lib_ucr2_hd_spi_v2.7.0.a
│   │   │   │   │   │   │   │   └── lib_ucr2_hd_wl_sta_intwpa_v2.7.0.a
│   │   │   │   │   │   │   ├── wlap_api.h
│   │   │   │   │   │   │   ├── wl_api.h
│   │   │   │   │   │   │   ├── wl_fw.h
│   │   │   │   │   │   │   ├── wl_os.h
│   │   │   │   │   │   │   ├── wl_sdio.h
│   │   │   │   │   │   │   └── wl_spi.h
│   │   │   │   │   │   ├── DRIVERS
│   │   │   │   │   │   │   ├── CPU
│   │   │   │   │   │   │   │   └── CYCLE_COUNTER
│   │   │   │   │   │   │   │   └── cycle_counter.h
│   │   │   │   │   │   │   ├── EBI
│   │   │   │   │   │   │   │   └── SMC
│   │   │   │   │   │   │   │   ├── smc.c
│   │   │   │   │   │   │   │   └── smc.h
│   │   │   │   │   │   │   ├── EIC
│   │   │   │   │   │   │   │   ├── eic.c
│   │   │   │   │   │   │   │   └── eic.h
│   │   │   │   │   │   │   ├── FLASHC
│   │   │   │   │   │   │   │   ├── flashc.c
│   │   │   │   │   │   │   │   └── flashc.h
│   │   │   │   │   │   │   ├── GPIO
│   │   │   │   │   │   │   │   ├── gpio.c
│   │   │   │   │   │   │   │   └── gpio.h
│   │   │   │   │   │   │   ├── INTC
│   │   │   │   │   │   │   │   ├── exception.x
│   │   │   │   │   │   │   │   ├── intc.c
│   │   │   │   │   │   │   │   └── intc.h
│   │   │   │   │   │   │   ├── PDCA
│   │   │   │   │   │   │   │   ├── pdca.c
│   │   │   │   │   │   │   │   └── pdca.h
│   │   │   │   │   │   │   ├── PM
│   │   │   │   │   │   │   │   ├── pm.c
│   │   │   │   │   │   │   │   ├── pm_conf_clocks.c
│   │   │   │   │   │   │   │   ├── pm.h
│   │   │   │   │   │   │   │   ├── power_clocks_lib.c
│   │   │   │   │   │   │   │   └── power_clocks_lib.h
│   │   │   │   │   │   │   ├── RTC
│   │   │   │   │   │   │   │   ├── rtc.c
│   │   │   │   │   │   │   │   └── rtc.h
│   │   │   │   │   │   │   ├── SPI
│   │   │   │   │   │   │   │   ├── spi.c
│   │   │   │   │   │   │   │   └── spi.h
│   │   │   │   │   │   │   ├── TC
│   │   │   │   │   │   │   │   ├── tc.c
│   │   │   │   │   │   │   │   └── tc.h
│   │   │   │   │   │   │   └── USART
│   │   │   │   │   │   │   ├── usart.c
│   │   │   │   │   │   │   └── usart.h
│   │   │   │   │   │   ├── SERVICES
│   │   │   │   │   │   │   ├── DELAY
│   │   │   │   │   │   │   │   ├── delay.c
│   │   │   │   │   │   │   │   └── delay.h
│   │   │   │   │   │   │   ├── LWIP
│   │   │   │   │   │   │   │   ├── lwip-1.3.2
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   ├── dhcp.c
│   │   │   │   │   │   │   │   │   │   ├── dns.c
│   │   │   │   │   │   │   │   │   │   ├── init.c
│   │   │   │   │   │   │   │   │   │   ├── ipv4
│   │   │   │   │   │   │   │   │   │   │   ├── autoip.c
│   │   │   │   │   │   │   │   │   │   │   ├── icmp.c
│   │   │   │   │   │   │   │   │   │   │   ├── igmp.c
│   │   │   │   │   │   │   │   │   │   │   ├── inet.c
│   │   │   │   │   │   │   │   │   │   │   ├── inet_chksum.c
│   │   │   │   │   │   │   │   │   │   │   ├── ip_addr.c
│   │   │   │   │   │   │   │   │   │   │   ├── ip.c
│   │   │   │   │   │   │   │   │   │   │   └── ip_frag.c
│   │   │   │   │   │   │   │   │   │   ├── mem.c
│   │   │   │   │   │   │   │   │   │   ├── memp.c
│   │   │   │   │   │   │   │   │   │   ├── netif.c
│   │   │   │   │   │   │   │   │   │   ├── pbuf.c
│   │   │   │   │   │   │   │   │   │   ├── raw.c
│   │   │   │   │   │   │   │   │   │   ├── stats.c
│   │   │   │   │   │   │   │   │   │   ├── tcp.c
│   │   │   │   │   │   │   │   │   │   ├── tcp_in.c
│   │   │   │   │   │   │   │   │   │   ├── tcp_out.c
│   │   │   │   │   │   │   │   │   │   └── udp.c
│   │   │   │   │   │   │   │   │   ├── include
│   │   │   │   │   │   │   │   │   │   ├── ipv4
│   │   │   │   │   │   │   │   │   │   │   └── lwip
│   │   │   │   │   │   │   │   │   │   │   ├── autoip.h
│   │   │   │   │   │   │   │   │   │   │   ├── icmp.h
│   │   │   │   │   │   │   │   │   │   │   ├── igmp.h
│   │   │   │   │   │   │   │   │   │   │   ├── inet_chksum.h
│   │   │   │   │   │   │   │   │   │   │   ├── inet.h
│   │   │   │   │   │   │   │   │   │   │   ├── ip_addr.h
│   │   │   │   │   │   │   │   │   │   │   ├── ip_frag.h
│   │   │   │   │   │   │   │   │   │   │   └── ip.h
│   │   │   │   │   │   │   │   │   │   ├── lwip
│   │   │   │   │   │   │   │   │   │   │   ├── api.h
│   │   │   │   │   │   │   │   │   │   │   ├── api_msg.h
│   │   │   │   │   │   │   │   │   │   │   ├── arch.h
│   │   │   │   │   │   │   │   │   │   │   ├── debug.h
│   │   │   │   │   │   │   │   │   │   │   ├── def.h
│   │   │   │   │   │   │   │   │   │   │   ├── dhcp.h
│   │   │   │   │   │   │   │   │   │   │   ├── dns.h
│   │   │   │   │   │   │   │   │   │   │   ├── err.h
│   │   │   │   │   │   │   │   │   │   │   ├── init.h
│   │   │   │   │   │   │   │   │   │   │   ├── mem.h
│   │   │   │   │   │   │   │   │   │   │   ├── memp.h
│   │   │   │   │   │   │   │   │   │   │   ├── memp_std.h
│   │   │   │   │   │   │   │   │   │   │   ├── netbuf.h
│   │   │   │   │   │   │   │   │   │   │   ├── netdb.h
│   │   │   │   │   │   │   │   │   │   │   ├── netifapi.h
│   │   │   │   │   │   │   │   │   │   │   ├── netif.h
│   │   │   │   │   │   │   │   │   │   │   ├── opt.h
│   │   │   │   │   │   │   │   │   │   │   ├── pbuf.h
│   │   │   │   │   │   │   │   │   │   │   ├── raw.h
│   │   │   │   │   │   │   │   │   │   │   ├── sio.h
│   │   │   │   │   │   │   │   │   │   │   ├── snmp_asn1.h
│   │   │   │   │   │   │   │   │   │   │   ├── snmp.h
│   │   │   │   │   │   │   │   │   │   │   ├── snmp_msg.h
│   │   │   │   │   │   │   │   │   │   │   ├── snmp_structs.h
│   │   │   │   │   │   │   │   │   │   │   ├── sockets.h
│   │   │   │   │   │   │   │   │   │   │   ├── stats.h
│   │   │   │   │   │   │   │   │   │   │   ├── sys.h
│   │   │   │   │   │   │   │   │   │   │   ├── tcp.h
│   │   │   │   │   │   │   │   │   │   │   ├── tcpip.h
│   │   │   │   │   │   │   │   │   │   │   └── udp.h
│   │   │   │   │   │   │   │   │   │   └── netif
│   │   │   │   │   │   │   │   │   │   ├── etharp.h
│   │   │   │   │   │   │   │   │   │   ├── loopif.h
│   │   │   │   │   │   │   │   │   │   ├── ppp_oe.h
│   │   │   │   │   │   │   │   │   │   └── slipif.h
│   │   │   │   │   │   │   │   │   └── netif
│   │   │   │   │   │   │   │   │   ├── etharp.c
│   │   │   │   │   │   │   │   │   └── loopif.c
│   │   │   │   │   │   │   │   └── lwip-port-1.3.2
│   │   │   │   │   │   │   │   └── HD
│   │   │   │   │   │   │   │   ├── if
│   │   │   │   │   │   │   │   │   ├── include
│   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   ├── cc.h
│   │   │   │   │   │   │   │   │   │   │   └── perf.h
│   │   │   │   │   │   │   │   │   │   ├── lwipopts.h
│   │   │   │   │   │   │   │   │   │   └── netif
│   │   │   │   │   │   │   │   │   │   └── wlif.h
│   │   │   │   │   │   │   │   │   └── netif
│   │   │   │   │   │   │   │   │   └── wlif.c
│   │   │   │   │   │   │   │   └── readme.txt
│   │   │   │   │   │   │   └── MEMORY
│   │   │   │   │   │   │   └── CTRL_ACCESS
│   │   │   │   │   │   │   ├── ctrl_access.c
│   │   │   │   │   │   │   └── ctrl_access.h
│   │   │   │   │   │   └── UTILS
│   │   │   │   │   │   ├── compiler.h
│   │   │   │   │   │   ├── conf_isp.h
│   │   │   │   │   │   ├── DEBUG
│   │   │   │   │   │   │   ├── debug.c
│   │   │   │   │   │   │   ├── debug.h
│   │   │   │   │   │   │   ├── print_funcs.c
│   │   │   │   │   │   │   └── print_funcs.h
│   │   │   │   │   │   ├── LIBS
│   │   │   │   │   │   │   └── NEWLIB_ADDONS
│   │   │   │   │   │   │   ├── INCLUDE
│   │   │   │   │   │   │   │   ├── nlao_cpu.h
│   │   │   │   │   │   │   │   ├── nlao_exceptions.h
│   │   │   │   │   │   │   │   ├── nlao_interrupts.h
│   │   │   │   │   │   │   │   ├── nlao_io.h
│   │   │   │   │   │   │   │   └── nlao_usart.h
│   │   │   │   │   │   │   └── libnewlib_addons-at32ucr2-speed_opt.a
│   │   │   │   │   │   ├── LINKER_SCRIPTS
│   │   │   │   │   │   │   └── AT32UC3A
│   │   │   │   │   │   │   ├── 0512
│   │   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   │   └── link_uc3a0512.lds
│   │   │   │   │   │   │   └── 1256
│   │   │   │   │   │   │   └── GCC
│   │   │   │   │   │   │   └── link_uc3a1256.lds
│   │   │   │   │   │   ├── parts.h
│   │   │   │   │   │   ├── PREPROCESSOR
│   │   │   │   │   │   │   ├── mrepeat.h
│   │   │   │   │   │   │   ├── preprocessor.h
│   │   │   │   │   │   │   ├── stringz.h
│   │   │   │   │   │   │   └── tpaste.h
│   │   │   │   │   │   └── STARTUP_FILES
│   │   │   │   │   │   └── GCC
│   │   │   │   │   │   └── crt0.x
│   │   │   │   │   ├── timer.c
│   │   │   │   │   ├── timer.h
│   │   │   │   │   ├── top_defs.h
│   │   │   │   │   ├── trace.h
│   │   │   │   │   ├── util.c
│   │   │   │   │   ├── util.h
│   │   │   │   │   ├── wifi_spi.h
│   │   │   │   │   ├── wl_cm.c
│   │   │   │   │   ├── wl_cm.h
│   │   │   │   │   └── wl_definitions.h
│   │   │   │   └── wifiHD.cproj
│   │   │   └── wifishield.atsln
│   │   ├── keywords.txt
│   │   ├── library.properties
│   │   ├── README.adoc
│   │   └── src
│   │   ├── utility
│   │   │   ├── debug.h
│   │   │   ├── server_drv.cpp
│   │   │   ├── server_drv.h
│   │   │   ├── spi_drv.cpp
│   │   │   ├── spi_drv.h
│   │   │   ├── wifi_drv.cpp
│   │   │   ├── wifi_drv.h
│   │   │   ├── wifi_spi.h
│   │   │   ├── wl_definitions.h
│   │   │   └── wl_types.h
│   │   ├── WiFiClient.cpp
│   │   ├── WiFiClient.h
│   │   ├── WiFi.cpp
│   │   ├── WiFi.h
│   │   ├── WiFiServer.cpp
│   │   ├── WiFiServer.h
│   │   ├── WiFiUdp.cpp
│   │   └── WiFiUdp.h
│   ├── pde.jar
│   ├── reference
│   │   ├── code.jquery.com
│   │   │   └── ui
│   │   │   └── 1.10.3
│   │   │   └── themes
│   │   │   └── smoothness
│   │   │   └── jquery-ui.min.css
│   │   ├── Edison_help_files
│   │   │   ├── ArduinoIDE_guide_edison.html
│   │   │   ├── arduinoUno.css
│   │   │   ├── arduinoWide.css
│   │   │   ├── arduinoWideRender.css
│   │   │   ├── Guide_Troubleshooting_Edison.html
│   │   │   ├── Guide_Windows_html_14b9dfe7.jpg
│   │   │   ├── Guide_Windows_html_3c91771d.jpg
│   │   │   ├── Guide_Windows_html_m44ede833.jpg
│   │   │   ├── Guide_Windows_test_html_14b9dfe7.jpg
│   │   │   ├── Guide_Windows_test_html_3c91771d.jpg
│   │   │   ├── Guide_Windows_test_html_m44ede833.jpg
│   │   │   ├── img10.gif
│   │   │   ├── img12.PNG
│   │   │   ├── img13.PNG
│   │   │   ├── img14.PNG
│   │   │   ├── img15.PNG
│   │   │   ├── img3.jpg
│   │   │   ├── img6.jpg
│   │   │   ├── img7.jpg
│   │   │   ├── img8.gif
│   │   │   ├── img9.jpg
│   │   │   ├── imgA.jpg
│   │   │   ├── imgB.jpg
│   │   │   ├── imgC.gif
│   │   │   ├── imgE.gif
│   │   │   ├── Intel_Edison_Arduino_Large.jpg
│   │   │   ├── linux_port_select.png
│   │   │   ├── microusb.jpg
│   │   │   ├── osx_port_select.png
│   │   │   └── single_usb_pic_jb.png
│   │   ├── Galileo_help_files
│   │   │   ├── ArduinoIDE_guide_galileo.html
│   │   │   ├── arduinoUno.css
│   │   │   ├── arduinoWide.css
│   │   │   ├── arduinoWideRender.css
│   │   │   ├── CAM00120.jpg
│   │   │   ├── CAM00124.jpg
│   │   │   ├── galileo-motherboard_blinkLED2.jpg
│   │   │   ├── galileo-motherboard_blinkLED.jpg
│   │   │   ├── galileo-motherboard.jpg
│   │   │   ├── galileo_port_device_manager.png
│   │   │   ├── gal-power-supply.jpg
│   │   │   ├── Guide_Troubleshooting_Galileo.html
│   │   │   ├── Guide_Windows_html_14b9dfe7.jpg
│   │   │   ├── Guide_Windows_html_3c91771d.jpg
│   │   │   ├── Guide_Windows_html_m44ede833.jpg
│   │   │   ├── Guide_Windows_test_html_14b9dfe7.jpg
│   │   │   ├── Guide_Windows_test_html_3c91771d.jpg
│   │   │   ├── Guide_Windows_test_html_m44ede833.jpg
│   │   │   ├── img10.gif
│   │   │   ├── img12.PNG
│   │   │   ├── img13.PNG
│   │   │   ├── img14.PNG
│   │   │   ├── img15.PNG
│   │   │   ├── img3.jpg
│   │   │   ├── img6.jpg
│   │   │   ├── img7.jpg
│   │   │   ├── img8.gif
│   │   │   ├── img9.jpg
│   │   │   ├── imgA.jpg
│   │   │   ├── imgB.jpg
│   │   │   ├── imgC.gif
│   │   │   ├── imgE.gif
│   │   │   ├── Intel_Edison_Arduino_Large.jpg
│   │   │   ├── linux_port_select.png
│   │   │   ├── microusb.jpg
│   │   │   ├── osx_port_select.png
│   │   │   ├── select_galileo_board.png
│   │   │   └── single_usb_pic_jb.png
│   │   └── www.arduino.cc
│   │   ├── css
│   │   │   ├── animation.css
│   │   │   ├── arduino_code_highlight.css
│   │   │   ├── arduino-icons.css
│   │   │   ├── common.css
│   │   │   ├── download_page.css
│   │   │   ├── foundation2.css
│   │   │   └── typeplate.css
│   │   ├── en
│   │   │   ├── favicon.png
│   │   │   ├── Guide
│   │   │   │   ├── Environment.html
│   │   │   │   ├── HomePage.html
│   │   │   │   ├── MacOSX.html
│   │   │   │   ├── Troubleshooting.html
│   │   │   │   └── Windows.html
│   │   │   ├── Main
│   │   │   │   └── FAQ.html
│   │   │   ├── pub
│   │   │   │   └── skins
│   │   │   │   └── arduinoWide_SSO
│   │   │   │   ├── css
│   │   │   │   │   └── arduinoWide_SSO.css
│   │   │   │   └── img
│   │   │   │   ├── facebook.png
│   │   │   │   ├── gplus.png
│   │   │   │   ├── pinterest.png
│   │   │   │   └── twitter.png
│   │   │   ├── Reference
│   │   │   │   ├── Abs.html
│   │   │   │   ├── AnalogRead.html
│   │   │   │   ├── AnalogReadResolution.html
│   │   │   │   ├── AnalogReference.html
│   │   │   │   ├── AnalogWrite.html
│   │   │   │   ├── AnalogWriteResolution.html
│   │   │   │   ├── APIStyleGuide.html
│   │   │   │   ├── Arithmetic.html
│   │   │   │   ├── Array.html
│   │   │   │   ├── ASCIIchart.html
│   │   │   │   ├── Assignment.html
│   │   │   │   ├── AttachGPRS.html
│   │   │   │   ├── AttachInterrupt.html
│   │   │   │   ├── AudioBegin.html
│   │   │   │   ├── Audio.html
│   │   │   │   ├── AudioPrepare.html
│   │   │   │   ├── AudioWrite.html
│   │   │   │   ├── AudioZeroBegin.html
│   │   │   │   ├── AudioZeroEnd.html
│   │   │   │   ├── AudioZero.html
│   │   │   │   ├── AudioZeroPlay.html
│   │   │   │   ├── BitClear.html
│   │   │   │   ├── Bit.html
│   │   │   │   ├── BitRead.html
│   │   │   │   ├── BitSet.html
│   │   │   │   ├── Bitshift.html
│   │   │   │   ├── BitwiseAnd.html
│   │   │   │   ├── BitwiseCompoundAnd.html
│   │   │   │   ├── BitwiseCompoundOr.html
│   │   │   │   ├── BitwiseXorNot.html
│   │   │   │   ├── BitWrite.html
│   │   │   │   ├── Boolean.html
│   │   │   │   ├── BooleanVariables.html
│   │   │   │   ├── Braces.html
│   │   │   │   ├── Break.html
│   │   │   │   ├── ByteCast.html
│   │   │   │   ├── Byte.html
│   │   │   │   ├── Changes.html
│   │   │   │   ├── CharacterAnalysis.html
│   │   │   │   ├── CharCast.html
│   │   │   │   ├── Char.html
│   │   │   │   ├── ClientAvailable.html
│   │   │   │   ├── ClientConnected.html
│   │   │   │   ├── ClientConnect.html
│   │   │   │   ├── ClientConstructor.html
│   │   │   │   ├── ClientFlush.html
│   │   │   │   ├── ClientPrint.html
│   │   │   │   ├── ClientPrintln.html
│   │   │   │   ├── ClientRead.html
│   │   │   │   ├── ClientStop.html
│   │   │   │   ├── ClientWrite.html
│   │   │   │   ├── Comments.html
│   │   │   │   ├── Comparison.html
│   │   │   │   ├── Constants.html
│   │   │   │   ├── Const.html
│   │   │   │   ├── Constrain.html
│   │   │   │   ├── Continue.html
│   │   │   │   ├── Cos.html
│   │   │   │   ├── CStr.html
│   │   │   │   ├── Define.html
│   │   │   │   ├── Delay.html
│   │   │   │   ├── DelayMicroseconds.html
│   │   │   │   ├── DetachInterrupt.html
│   │   │   │   ├── DigitalRead.html
│   │   │   │   ├── DigitalWrite.html
│   │   │   │   ├── Double.html
│   │   │   │   ├── DoWhile.html
│   │   │   │   ├── DueExtendedSPI.html
│   │   │   │   ├── EEPROMGet.html
│   │   │   │   ├── EEPROM.html
│   │   │   │   ├── EEPROMObject.html
│   │   │   │   ├── EEPROMPut.html
│   │   │   │   ├── EEPROMRead.html
│   │   │   │   ├── EEPROMUpdate.html
│   │   │   │   ├── EEPROMWrite.html
│   │   │   │   ├── Else.html
│   │   │   │   ├── EsploraConstructor.html
│   │   │   │   ├── EsploraLibrary.html
│   │   │   │   ├── EsploraNoTone.html
│   │   │   │   ├── EsploraReadAccelerometer.html
│   │   │   │   ├── EsploraReadBlue.html
│   │   │   │   ├── EsploraReadButton.html
│   │   │   │   ├── EsploraReadGreen.html
│   │   │   │   ├── EsploraReadJoystickButton.html
│   │   │   │   ├── EsploraReadJoystickSwitch.html
│   │   │   │   ├── EsploraReadJoystickX.html
│   │   │   │   ├── EsploraReadJoystickY.html
│   │   │   │   ├── EsploraReadLightSensor.html
│   │   │   │   ├── EsploraReadMicrophone.html
│   │   │   │   ├── EsploraReadRed.html
│   │   │   │   ├── EsploraReadSlider.html
│   │   │   │   ├── EsploraReadTemperature.html
│   │   │   │   ├── EsploraTone.html
│   │   │   │   ├── EsploraWriteBlue.html
│   │   │   │   ├── EsploraWriteGreen.html
│   │   │   │   ├── EsploraWriteRed.html
│   │   │   │   ├── EsploraWriteRGB.html
│   │   │   │   ├── EthernetBegin.html
│   │   │   │   ├── EthernetClient.html
│   │   │   │   ├── Ethernet.html
│   │   │   │   ├── EthernetIPAddress.html
│   │   │   │   ├── EthernetLocalIP.html
│   │   │   │   ├── EthernetMaintain.html
│   │   │   │   ├── EthernetServer.html
│   │   │   │   ├── EthernetUDPAvailable.html
│   │   │   │   ├── EthernetUDPBegin.html
│   │   │   │   ├── EthernetUDPBeginPacket.html
│   │   │   │   ├── EthernetUDPEndPacket.html
│   │   │   │   ├── EthernetUDPParsePacket.html
│   │   │   │   ├── EthernetUDPRead.html
│   │   │   │   ├── EthernetUDPRemoteIP.html
│   │   │   │   ├── EthernetUDPRemotePort.html
│   │   │   │   ├── EthernetUDPStop.html
│   │   │   │   ├── EthernetUDPWrite.html
│   │   │   │   ├── FileAvailable.html
│   │   │   │   ├── FileClose.html
│   │   │   │   ├── FileFlush.html
│   │   │   │   ├── FileIsDirectory.html
│   │   │   │   ├── FileOpenNextFile.html
│   │   │   │   ├── FilePeek.html
│   │   │   │   ├── FilePosition.html
│   │   │   │   ├── FilePrint.html
│   │   │   │   ├── FilePrintln.html
│   │   │   │   ├── FileRead.html
│   │   │   │   ├── FileRewindDirectory.html
│   │   │   │   ├── FileSeek.html
│   │   │   │   ├── FileSize.html
│   │   │   │   ├── FileWrite.html
│   │   │   │   ├── Firmata.html
│   │   │   │   ├── FloatCast.html
│   │   │   │   ├── Float.html
│   │   │   │   ├── For.html
│   │   │   │   ├── Fpconstants.html
│   │   │   │   ├── FunctionDeclaration.html
│   │   │   │   ├── GetButton.html
│   │   │   │   ├── GetKey.html
│   │   │   │   ├── GetModifiers.html
│   │   │   │   ├── GetOemKey.html
│   │   │   │   ├── GetXChange.html
│   │   │   │   ├── GetYChange.html
│   │   │   │   ├── Goto.html
│   │   │   │   ├── GPRSConstructor.html
│   │   │   │   ├── GSMBandBegin.html
│   │   │   │   ├── GSMBandConstructor.html
│   │   │   │   ├── GSMBandGetBand.html
│   │   │   │   ├── GSMBandSetBand.html
│   │   │   │   ├── GSMBegin.html
│   │   │   │   ├── GSMClientAvailable.html
│   │   │   │   ├── GSMClientBeginWrite.html
│   │   │   │   ├── GSMClientConnected.html
│   │   │   │   ├── GSMClientConnect.html
│   │   │   │   ├── GSMClientConstructor.html
│   │   │   │   ├── GSMClientEndWrite.html
│   │   │   │   ├── GSMClientFlush.html
│   │   │   │   ├── GSMClientPeek.html
│   │   │   │   ├── GSMClientRead.html
│   │   │   │   ├── GSMClientReady.html
│   │   │   │   ├── GSMClientStop.html
│   │   │   │   ├── GSMClientWrite.html
│   │   │   │   ├── GSMConstructor.html
│   │   │   │   ├── GSM.html
│   │   │   │   ├── GSMModemBegin.html
│   │   │   │   ├── GSMModemConstructor.html
│   │   │   │   ├── GSMModemGetIMEI.html
│   │   │   │   ├── GSMPinBegin.html
│   │   │   │   ├── GSMPinChangePIN.html
│   │   │   │   ├── GSMPinCheckPIN.html
│   │   │   │   ├── GSMPinCheckPUK.html
│   │   │   │   ├── GSMPinCheckReg.html
│   │   │   │   ├── GSMPINConstructor.html
│   │   │   │   ├── GSMPinGetPinUsed.html
│   │   │   │   ├── GSMPinIsPIN.html
│   │   │   │   ├── GSMPinSetPinUsed.html
│   │   │   │   ├── GSMPinSwitchPIN.html
│   │   │   │   ├── GSMScannerBegin.html
│   │   │   │   ├── GSMScannerConstructor.html
│   │   │   │   ├── GSMScannerGetCurrentCarrier.html
│   │   │   │   ├── GSMScannerGetSignalStrength.html
│   │   │   │   ├── GSMScannerReadNetworks.html
│   │   │   │   ├── GSMServerAvailable.html
│   │   │   │   ├── GSMServerBeginWrite.html
│   │   │   │   ├── GSMServerConstructor.html
│   │   │   │   ├── GSMServerEndWrite.html
│   │   │   │   ├── GSMServerRead.html
│   │   │   │   ├── GSMServerReady.html
│   │   │   │   ├── GSMServerStop.html
│   │   │   │   ├── GSMServerWrite.html
│   │   │   │   ├── GSMShutdown.html
│   │   │   │   ├── GSMSMSAvailable.html
│   │   │   │   ├── GSMSMSBeginSMS.html
│   │   │   │   ├── GSMSMSConstructor.html
│   │   │   │   ├── GSMSMSEndSMS.html
│   │   │   │   ├── GSMSMSFlush.html
│   │   │   │   ├── GSMSMSPeek.html
│   │   │   │   ├── GSMSMSPrint.html
│   │   │   │   ├── GSMSMSRead.html
│   │   │   │   ├── GSMSMSReady.html
│   │   │   │   ├── GSMSMSRemoteNumber.html
│   │   │   │   ├── GSMSMSWrite.html
│   │   │   │   ├── GSMVCSAnswerCall.html
│   │   │   │   ├── GSMVCSConstructor.html
│   │   │   │   ├── GSMVCSGetVoiceCallStatus.html
│   │   │   │   ├── GSMVCSHangCall.html
│   │   │   │   ├── GSMVCSReady.html
│   │   │   │   ├── GSMVCSRetrieveCallingNumber.html
│   │   │   │   ├── GSMVCSVoiceCall.html
│   │   │   │   ├── HighByte.html
│   │   │   │   ├── HomePage.html
│   │   │   │   ├── IfEthernetClient.html
│   │   │   │   ├── If.html
│   │   │   │   ├── Include.html
│   │   │   │   ├── IncrementCompound.html
│   │   │   │   ├── Increment.html
│   │   │   │   ├── IntCast.html
│   │   │   │   ├── IntegerConstants.html
│   │   │   │   ├── Interrupts.html
│   │   │   │   ├── Int.html
│   │   │   │   ├── KeyboardBegin.html
│   │   │   │   ├── KeyboardControllerConstructor.html
│   │   │   │   ├── KeyboardEnd.html
│   │   │   │   ├── KeyboardModifiers.html
│   │   │   │   ├── KeyboardPress.html
│   │   │   │   ├── KeyboardPrint.html
│   │   │   │   ├── KeyboardPrintln.html
│   │   │   │   ├── KeyboardReleaseAll.html
│   │   │   │   ├── KeyboardRelease.html
│   │   │   │   ├── KeyboardWrite.html
│   │   │   │   ├── KeyPressed.html
│   │   │   │   ├── KeyReleased.html
│   │   │   │   ├── Libraries.html
│   │   │   │   ├── LiquidCrystalAutoscroll.html
│   │   │   │   ├── LiquidCrystalBegin.html
│   │   │   │   ├── LiquidCrystalBlink.html
│   │   │   │   ├── LiquidCrystalClear.html
│   │   │   │   ├── LiquidCrystalConstructor.html
│   │   │   │   ├── LiquidCrystalCreateChar.html
│   │   │   │   ├── LiquidCrystalCursor.html
│   │   │   │   ├── LiquidCrystalDisplay.html
│   │   │   │   ├── LiquidCrystalHome.html
│   │   │   │   ├── LiquidCrystal.html
│   │   │   │   ├── LiquidCrystalLeftToRight.html
│   │   │   │   ├── LiquidCrystalNoAutoscroll.html
│   │   │   │   ├── LiquidCrystalNoBlink.html
│   │   │   │   ├── LiquidCrystalNoCursor.html
│   │   │   │   ├── LiquidCrystalNoDisplay.html
│   │   │   │   ├── LiquidCrystalPrint.html
│   │   │   │   ├── LiquidCrystalRightToLeft.html
│   │   │   │   ├── LiquidCrystalScrollDisplayLeft.html
│   │   │   │   ├── LiquidCrystalScrollDisplayRight.html
│   │   │   │   ├── LiquidCrystalSetCursor.html
│   │   │   │   ├── LiquidCrystalWrite.html
│   │   │   │   ├── LongCast.html
│   │   │   │   ├── Long.html
│   │   │   │   ├── Loop.html
│   │   │   │   ├── LowByte.html
│   │   │   │   ├── Map.html
│   │   │   │   ├── Max.html
│   │   │   │   ├── Micros.html
│   │   │   │   ├── Millis.html
│   │   │   │   ├── Min.html
│   │   │   │   ├── Modulo.html
│   │   │   │   ├── MouseBegin.html
│   │   │   │   ├── MouseClick.html
│   │   │   │   ├── MouseControllerConstructor.html
│   │   │   │   ├── MouseDragged.html
│   │   │   │   ├── MouseEnd.html
│   │   │   │   ├── MouseIsPressed.html
│   │   │   │   ├── MouseKeyboard.html
│   │   │   │   ├── MouseMoved.html
│   │   │   │   ├── MouseMove.html
│   │   │   │   ├── MousePressed.html
│   │   │   │   ├── MousePress.html
│   │   │   │   ├── MouseReleased.html
│   │   │   │   ├── MouseRelease.html
│   │   │   │   ├── NoInterrupts.html
│   │   │   │   ├── NoTone.html
│   │   │   │   ├── PinMode.html
│   │   │   │   ├── Pointer.html
│   │   │   │   ├── Pow.html
│   │   │   │   ├── PROGMEM.html
│   │   │   │   ├── PulseIn.html
│   │   │   │   ├── Random.html
│   │   │   │   ├── RandomSeed.html
│   │   │   │   ├── Return.html
│   │   │   │   ├── RobotAnalogRead.html
│   │   │   │   ├── RobotAnalogWrite.html
│   │   │   │   ├── RobotBeep.html
│   │   │   │   ├── RobotBegin.html
│   │   │   │   ├── RobotBeginLCD.html
│   │   │   │   ├── RobotBeginSD.html
│   │   │   │   ├── RobotBeginSpeaker.html
│   │   │   │   ├── RobotCityNameRead.html
│   │   │   │   ├── RobotCityNameWrite.html
│   │   │   │   ├── RobotClearScreen.html
│   │   │   │   ├── RobotCompassRead.html
│   │   │   │   ├── RobotConstructor.html
│   │   │   │   ├── RobotCountryNameRead.html
│   │   │   │   ├── RobotCountryNameWrite.html
│   │   │   │   ├── RobotDebugPrint.html
│   │   │   │   ├── RobotDigitalRead.html
│   │   │   │   ├── RobotDigitalWrite.html
│   │   │   │   ├── RobotDisplayLogos.html
│   │   │   │   ├── RobotDrawBMP.html
│   │   │   │   ├── RobotDrawCompass.html
│   │   │   │   ├── RobotIsActionDone.html
│   │   │   │   ├── RobotKeyboardRead.html
│   │   │   │   ├── RobotKnobRead.html
│   │   │   │   ├── RobotLibrary.html
│   │   │   │   ├── RobotLineFollowConfig.html
│   │   │   │   ├── RobotMotorBegin.html
│   │   │   │   ├── RobotMotorConstructor.html
│   │   │   │   ├── RobotMotorIRread.html
│   │   │   │   ├── RobotMotorMotorsWrite.html
│   │   │   │   ├── RobotMotorParseCommand.html
│   │   │   │   ├── RobotMotorProcess.html
│   │   │   │   ├── RobotMotorsStop.html
│   │   │   │   ├── RobotMotorsWrite.html
│   │   │   │   ├── RobotMotorWriteYourOwnFirmware.html
│   │   │   │   ├── RobotPauseMode.html
│   │   │   │   ├── RobotPlayFile.html
│   │   │   │   ├── RobotPlayMelody.html
│   │   │   │   ├── RobotPointTo.html
│   │   │   │   ├── RobotRobotNameRead.html
│   │   │   │   ├── RobotRobotNameWrite.html
│   │   │   │   ├── RobotSetMode.html
│   │   │   │   ├── RobotTempoWrite.html
│   │   │   │   ├── RobotText.html
│   │   │   │   ├── RobotTuneWrite.html
│   │   │   │   ├── RobotTurn.html
│   │   │   │   ├── RobotUpdateIR.html
│   │   │   │   ├── RobotUserNameRead.html
│   │   │   │   ├── RobotUserNameWrite.html
│   │   │   │   ├── RobotWaitContinue.html
│   │   │   │   ├── RTCattachInterrupt.html
│   │   │   │   ├── RTCbegin.html
│   │   │   │   ├── RTCdetachInterrupt.html
│   │   │   │   ├── RTCdisableAlarm.html
│   │   │   │   ├── RTCenableAlarm.html
│   │   │   │   ├── RTCgetDay.html
│   │   │   │   ├── RTCgetHours.html
│   │   │   │   ├── RTCgetMinutes.html
│   │   │   │   ├── RTCgetMonth.html
│   │   │   │   ├── RTCgetSeconds.html
│   │   │   │   ├── RTCgetYear.html
│   │   │   │   ├── RTC.html
│   │   │   │   ├── RTCsetAlarmDate.html
│   │   │   │   ├── RTCsetAlarmDay.html
│   │   │   │   ├── RTCsetAlarmHours.html
│   │   │   │   ├── RTCsetAlarmMinutes.html
│   │   │   │   ├── RTCsetAlarmMonth.html
│   │   │   │   ├── RTCsetAlarmSeconds.html
│   │   │   │   ├── RTCsetAlarmTime.html
│   │   │   │   ├── RTCsetAlarmYear.html
│   │   │   │   ├── RTCsetDate.html
│   │   │   │   ├── RTCsetDay.html
│   │   │   │   ├── RTCsetHours.html
│   │   │   │   ├── RTCsetMinutes.html
│   │   │   │   ├── RTCsetMonth.html
│   │   │   │   ├── RTCsetSeconds.html
│   │   │   │   ├── RTCsetTime.html
│   │   │   │   ├── RTCsetYear.html
│   │   │   │   ├── Scheduler.html
│   │   │   │   ├── SchedulerStartLoop.html
│   │   │   │   ├── SchedulerYield.html
│   │   │   │   ├── Scope.html
│   │   │   │   ├── SDbegin.html
│   │   │   │   ├── SDCardNotes.html
│   │   │   │   ├── SDexists.html
│   │   │   │   ├── SD.html
│   │   │   │   ├── SDmkdir.html
│   │   │   │   ├── SDopen.html
│   │   │   │   ├── SDremove.html
│   │   │   │   ├── SDrmdir.html
│   │   │   │   ├── SemiColon.html
│   │   │   │   ├── SerialEvent.html
│   │   │   │   ├── Serial.html
│   │   │   │   ├── ServerAvailable.html
│   │   │   │   ├── ServerBegin.html
│   │   │   │   ├── ServerConstructor.html
│   │   │   │   ├── ServerPrint.html
│   │   │   │   ├── ServerPrintln.html
│   │   │   │   ├── ServerWrite.html
│   │   │   │   ├── ServoAttached.html
│   │   │   │   ├── ServoAttach.html
│   │   │   │   ├── ServoDetach.html
│   │   │   │   ├── Servo.html
│   │   │   │   ├── ServoRead.html
│   │   │   │   ├── ServoWrite.html
│   │   │   │   ├── ServoWriteMicroseconds.html
│   │   │   │   ├── Setup.html
│   │   │   │   ├── ShiftIn.html
│   │   │   │   ├── ShiftOut.html
│   │   │   │   ├── Short.html
│   │   │   │   ├── Sin.html
│   │   │   │   ├── Sizeof.html
│   │   │   │   ├── SoftwareSerialAvailable.html
│   │   │   │   ├── SoftwareSerialBegin.html
│   │   │   │   ├── SoftwareSerialConstructor.html
│   │   │   │   ├── SoftwareSerial.html
│   │   │   │   ├── SoftwareSerialIsListening.html
│   │   │   │   ├── SoftwareSerialListen.html
│   │   │   │   ├── SoftwareSerialOverflow.html
│   │   │   │   ├── SoftwareSerialPeek.html
│   │   │   │   ├── SoftwareSerialPrint.html
│   │   │   │   ├── SoftwareSerialPrintln.html
│   │   │   │   ├── SoftwareSerialRead.html
│   │   │   │   ├── SoftwareSerialWrite.html
│   │   │   │   ├── SPIBegin.html
│   │   │   │   ├── SPIbeginTransaction.html
│   │   │   │   ├── SPIEnd.html
│   │   │   │   ├── SPIendTransaction.html
│   │   │   │   ├── SPI.html
│   │   │   │   ├── SPISetBitOrder.html
│   │   │   │   ├── SPISetClockDivider.html
│   │   │   │   ├── SPISetDataMode.html
│   │   │   │   ├── SPISettings.html
│   │   │   │   ├── SPITransfer.html
│   │   │   │   ├── SPIusingInterrupt.html
│   │   │   │   ├── Sq.html
│   │   │   │   ├── Sqrt.html
│   │   │   │   ├── Static.html
│   │   │   │   ├── StepperBipolarCircuit.html
│   │   │   │   ├── StepperConstructor.html
│   │   │   │   ├── Stepper.html
│   │   │   │   ├── StepperSetSpeed.html
│   │   │   │   ├── StepperStep.html
│   │   │   │   ├── StepperUnipolarCircuit.html
│   │   │   │   ├── StreamAvailable.html
│   │   │   │   ├── StreamFind.html
│   │   │   │   ├── StreamFindUntil.html
│   │   │   │   ├── StreamFlush.html
│   │   │   │   ├── Stream.html
│   │   │   │   ├── StreamParseFloat.html
│   │   │   │   ├── StreamParseInt.html
│   │   │   │   ├── StreamPeek.html
│   │   │   │   ├── StreamReadBytes.html
│   │   │   │   ├── StreamReadBytesUntil.html
│   │   │   │   ├── StreamRead.html
│   │   │   │   ├── StreamReadString.html
│   │   │   │   ├── StreamReadStringUntil.html
│   │   │   │   ├── StreamSetTimeout.html
│   │   │   │   ├── StringAppend.html
│   │   │   │   ├── StringBrackets.html
│   │   │   │   ├── StringCharAt.html
│   │   │   │   ├── StringCompareTo.html
│   │   │   │   ├── StringComparison.html
│   │   │   │   ├── StringConcat.html
│   │   │   │   ├── StringConstructor.html
│   │   │   │   ├── StringDF.html
│   │   │   │   ├── StringEndsWith.html
│   │   │   │   ├── StringEquals.html
│   │   │   │   ├── StringEqualsIgnoreCase.html
│   │   │   │   ├── StringGE.html
│   │   │   │   ├── StringGetBytes.html
│   │   │   │   ├── StringGT.html
│   │   │   │   ├── String.html
│   │   │   │   ├── StringIndexOf.html
│   │   │   │   ├── StringLastIndexOf.html
│   │   │   │   ├── StringLE.html
│   │   │   │   ├── StringLength.html
│   │   │   │   ├── StringLT.html
│   │   │   │   ├── StringObject2a47.html
│   │   │   │   ├── StringObject.html
│   │   │   │   ├── StringPlus.html
│   │   │   │   ├── StringRemove.html
│   │   │   │   ├── StringReplace.html
│   │   │   │   ├── StringReserve.html
│   │   │   │   ├── StringSetCharAt.html
│   │   │   │   ├── StringStartsWith.html
│   │   │   │   ├── StringSubstring.html
│   │   │   │   ├── StringToCharArray.html
│   │   │   │   ├── StringToFloat.html
│   │   │   │   ├── StringToInt.html
│   │   │   │   ├── StringToLowerCase.html
│   │   │   │   ├── StringToUpperCase.html
│   │   │   │   ├── StringTrim.html
│   │   │   │   ├── SwitchCase.html
│   │   │   │   ├── Tan.html
│   │   │   │   ├── TFTBackground.html
│   │   │   │   ├── TFTBegin.html
│   │   │   │   ├── TFTCircle.html
│   │   │   │   ├── TFTConstructor.html
│   │   │   │   ├── TFTEsplora.html
│   │   │   │   ├── TFTFill.html
│   │   │   │   ├── TFTHeight.html
│   │   │   │   ├── TFTImage.html
│   │   │   │   ├── TFTLibrary.html
│   │   │   │   ├── TFTLine.html
│   │   │   │   ├── TFTLoadImage.html
│   │   │   │   ├── TFTNoFill.html
│   │   │   │   ├── TFTNoStroke.html
│   │   │   │   ├── TFTPImageHeight.html
│   │   │   │   ├── TFTPImage.html
│   │   │   │   ├── TFTPImageIsValid.html
│   │   │   │   ├── TFTPImageWidth.html
│   │   │   │   ├── TFTPoint.html
│   │   │   │   ├── TFTRect.html
│   │   │   │   ├── TFTSetTextSize.html
│   │   │   │   ├── TFTStroke.html
│   │   │   │   ├── TFTText.html
│   │   │   │   ├── TFTWidth.html
│   │   │   │   ├── Tone.html
│   │   │   │   ├── UnsignedChar.html
│   │   │   │   ├── UnsignedInt.html
│   │   │   │   ├── UnsignedLong.html
│   │   │   │   ├── USBHostConstructor.html
│   │   │   │   ├── USBHost.html
│   │   │   │   ├── USBHostTask.html
│   │   │   │   ├── Void.html
│   │   │   │   ├── Volatile.html
│   │   │   │   ├── While.html
│   │   │   │   ├── WiFi101Begin.html
│   │   │   │   ├── WiFi101BSSID.html
│   │   │   │   ├── WiFi101ClientAvailable.html
│   │   │   │   ├── WiFi101ClientConnected.html
│   │   │   │   ├── WiFi101ClientConnect.html
│   │   │   │   ├── WiFi101ClientConnectSSL.html
│   │   │   │   ├── WiFi101ClientConstructor.html
│   │   │   │   ├── WiFi101ClientFlush.html
│   │   │   │   ├── WiFi101Client.html
│   │   │   │   ├── WiFi101ClientPrint.html
│   │   │   │   ├── WiFi101ClientPrintln.html
│   │   │   │   ├── WiFi101ClientRead.html
│   │   │   │   ├── WiFi101ClientStop.html
│   │   │   │   ├── WiFi101ClientWrite.html
│   │   │   │   ├── WiFi101Config.html
│   │   │   │   ├── WiFi101Disconnect.html
│   │   │   │   ├── WiFi101EncryptionType.html
│   │   │   │   ├── WiFi101GatewayIP.html
│   │   │   │   ├── WiFi101GetSocket.html
│   │   │   │   ├── WiFi101.html
│   │   │   │   ├── WiFi101LocalIP.html
│   │   │   │   ├── WiFi101MACAddress.html
│   │   │   │   ├── WiFi101RSSI.html
│   │   │   │   ├── WiFi101ScanNetworks.html
│   │   │   │   ├── WiFi101ServerAvailable.html
│   │   │   │   ├── WiFi101ServerBegin.html
│   │   │   │   ├── WiFi101ServerConstructor.html
│   │   │   │   ├── WiFi101Server.html
│   │   │   │   ├── WiFi101ServerPrint.html
│   │   │   │   ├── WiFi101ServerPrintln.html
│   │   │   │   ├── WiFi101ServerWrite.html
│   │   │   │   ├── WiFi101SetDns.html
│   │   │   │   ├── WiFi101SSID.html
│   │   │   │   ├── WiFi101SSLClient.html
│   │   │   │   ├── WiFi101Status.html
│   │   │   │   ├── WiFi101SubnetMask.html
│   │   │   │   ├── WiFi101UDPAvailable.html
│   │   │   │   ├── WiFi101UDPBegin.html
│   │   │   │   ├── WiFi101UDPBeginPacket.html
│   │   │   │   ├── WiFi101UDPConstructor.html
│   │   │   │   ├── WiFi101UDPEndPacket.html
│   │   │   │   ├── WiFi101UDPFlush.html
│   │   │   │   ├── WiFi101UDPParsePacket.html
│   │   │   │   ├── WiFi101UDPPeek.html
│   │   │   │   ├── WiFi101UDPRead.html
│   │   │   │   ├── WiFi101UDPRemoteIP.html
│   │   │   │   ├── WiFi101UDPRemotePort.html
│   │   │   │   ├── WiFi101UDPStop.html
│   │   │   │   ├── WiFi101UDPWrite.html
│   │   │   │   ├── WiFiBegin.html
│   │   │   │   ├── WiFiBSSID.html
│   │   │   │   ├── WiFiClientAvailable.html
│   │   │   │   ├── WiFiClientConnected.html
│   │   │   │   ├── WiFiClientConnect.html
│   │   │   │   ├── WiFiClientConstructor.html
│   │   │   │   ├── WiFiClientFlush.html
│   │   │   │   ├── WiFiClient.html
│   │   │   │   ├── WiFiClientPrint.html
│   │   │   │   ├── WiFiClientPrintln.html
│   │   │   │   ├── WiFiClientRead.html
│   │   │   │   ├── WiFIClientStop.html
│   │   │   │   ├── WiFiClientWrite.html
│   │   │   │   ├── WiFiConfig.html
│   │   │   │   ├── WiFiDisconnect.html
│   │   │   │   ├── WiFiEncryptionType.html
│   │   │   │   ├── WiFiGatewayIP.html
│   │   │   │   ├── WiFiGetSocket.html
│   │   │   │   ├── WiFi.html
│   │   │   │   ├── WiFiLocalIP.html
│   │   │   │   ├── WiFiMACAddress.html
│   │   │   │   ├── WiFiRSSI.html
│   │   │   │   ├── WiFiScanNetworks.html
│   │   │   │   ├── WiFiServerAvailable.html
│   │   │   │   ├── WiFiServerBegin.html
│   │   │   │   ├── WiFiServerConstructor.html
│   │   │   │   ├── WiFiServer.html
│   │   │   │   ├── WiFiServerPrint.html
│   │   │   │   ├── WiFiServerPrintln.html
│   │   │   │   ├── WiFiServerWrite.html
│   │   │   │   ├── WiFiSetDns.html
│   │   │   │   ├── WiFiSSID.html
│   │   │   │   ├── WiFiStatus.html
│   │   │   │   ├── WiFiSubnetMask.html
│   │   │   │   ├── WiFiUDPAvailable.html
│   │   │   │   ├── WiFiUDPBegin.html
│   │   │   │   ├── WiFiUDPBeginPacket.html
│   │   │   │   ├── WiFiUDPConstructor.html
│   │   │   │   ├── WiFiUDPEndPacket.html
│   │   │   │   ├── WiFiUDPFlush.html
│   │   │   │   ├── WiFiUDPParsePacket.html
│   │   │   │   ├── WiFiUDPPeek.html
│   │   │   │   ├── WiFiUDPRead.html
│   │   │   │   ├── WiFiUDPRemoteIP.html
│   │   │   │   ├── WiFiUDPRemotePort.html
│   │   │   │   ├── WiFIUDPStop.html
│   │   │   │   ├── WiFiUDPWrite.html
│   │   │   │   ├── WireAvailable.html
│   │   │   │   ├── WireBegin.html
│   │   │   │   ├── WireBeginTransmission.html
│   │   │   │   ├── WireEndTransmission.html
│   │   │   │   ├── Wire.html
│   │   │   │   ├── WireOnReceive.html
│   │   │   │   ├── WireOnRequest.html
│   │   │   │   ├── WireRead.html
│   │   │   │   ├── WireRequestFrom.html
│   │   │   │   ├── WireWrite.html
│   │   │   │   ├── WordCast.html
│   │   │   │   ├── Word.html
│   │   │   │   ├── YunBridgeBegin.html
│   │   │   │   ├── YunBridgeConstructor.html
│   │   │   │   ├── YunBridgeLibrary.html
│   │   │   │   ├── YunClientAvailable.html
│   │   │   │   ├── YunClientConnected.html
│   │   │   │   ├── YunClientConnect.html
│   │   │   │   ├── YunClientConstructor.html
│   │   │   │   ├── YunClientFlush.html
│   │   │   │   ├── YunClientPeek.html
│   │   │   │   ├── YunClientRead.html
│   │   │   │   ├── YunClientStop.html
│   │   │   │   ├── YunClientWrite.html
│   │   │   │   ├── YunConsoleAvailable.html
│   │   │   │   ├── YunConsoleBegin.html
│   │   │   │   ├── YunConsoleBuffer.html
│   │   │   │   ├── YunConsoleConnected.html
│   │   │   │   ├── YunConsoleConstructor.html
│   │   │   │   ├── YunConsoleEnd.html
│   │   │   │   ├── YunConsoleFlush.html
│   │   │   │   ├── YunConsoleNoBuffer.html
│   │   │   │   ├── YunConsolePeek.html
│   │   │   │   ├── YunConsoleRead.html
│   │   │   │   ├── YunConsoleWrite.html
│   │   │   │   ├── YunFileIOAvailable.html
│   │   │   │   ├── YunFileIOBegin.html
│   │   │   │   ├── YunFileIOClose.html
│   │   │   │   ├── YunFileIOConstructor.html
│   │   │   │   ├── YunFileIOExists.html
│   │   │   │   ├── YunFileIOFile.html
│   │   │   │   ├── YunFileIOFlush.html
│   │   │   │   ├── YunFileIONMkdir.html
│   │   │   │   ├── YunFileIONRemove.html
│   │   │   │   ├── YunFileIONRmdir.html
│   │   │   │   ├── YunFileIOOpen.html
│   │   │   │   ├── YunFileIOOpenNextFile.html
│   │   │   │   ├── YunFileIOPeek.html
│   │   │   │   ├── YunFileIOPosition.html
│   │   │   │   ├── YunFileIORead.html
│   │   │   │   ├── YunFileIORewindDirectory.html
│   │   │   │   ├── YunFileIOSeek.html
│   │   │   │   ├── YunFileIOSize.html
│   │   │   │   ├── YunFileIOWrite.html
│   │   │   │   ├── YunGet.html
│   │   │   │   ├── YunHttpClientConstructor.html
│   │   │   │   ├── YunHttpClientGetAsynchronously.html
│   │   │   │   ├── YunHttpClientGet.html
│   │   │   │   ├── YunHttpClientGetResult.html
│   │   │   │   ├── YunHttpClientReady.html
│   │   │   │   ├── YunMailboxBegin.html
│   │   │   │   ├── YunMailboxConstructor.html
│   │   │   │   ├── YunMailboxEnd.html
│   │   │   │   ├── YunMailboxMessageAvailable.html
│   │   │   │   ├── YunMailboxReadMessage.html
│   │   │   │   ├── YunMailboxWriteJSON.html
│   │   │   │   ├── YunMailboxWriteMessage.html
│   │   │   │   ├── YunMessageAvailable.html
│   │   │   │   ├── YunProcessAddParameter.html
│   │   │   │   ├── YunProcessAvailable.html
│   │   │   │   ├── YunProcessBegin.html
│   │   │   │   ├── YunProcessClose.html
│   │   │   │   ├── YunProcessConstructor.html
│   │   │   │   ├── YunProcessExitValue.html
│   │   │   │   ├── YunProcessFlush.html
│   │   │   │   ├── YunProcessPeek.html
│   │   │   │   ├── YunProcessRead.html
│   │   │   │   ├── YunProcessRunAsynchronously.html
│   │   │   │   ├── YunProcessRun.html
│   │   │   │   ├── YunProcessRunning.html
│   │   │   │   ├── YunProcessRunShellCommandAsynchronously.html
│   │   │   │   ├── YunProcessRunShellCommand.html
│   │   │   │   ├── YunProcessWrite.html
│   │   │   │   ├── YunPut.html
│   │   │   │   ├── YunReadMessage.html
│   │   │   │   ├── YunServerBegin.html
│   │   │   │   ├── YunServerConstructor.html
│   │   │   │   ├── YunServerListenOnLocalhost.html
│   │   │   │   ├── YunServerNoListenOnLocalhost.html
│   │   │   │   ├── YunServerNoListenOnLocoalhost.html
│   │   │   │   ├── YunServerWrite.html
│   │   │   │   ├── YunTransfer.html
│   │   │   │   └── YunWriteMessage.html
│   │   │   ├── Serial
│   │   │   │   ├── AvailableForWrite.html
│   │   │   │   ├── Available.html
│   │   │   │   ├── Begin.html
│   │   │   │   ├── End.html
│   │   │   │   ├── Find.html
│   │   │   │   ├── FindUntil.html
│   │   │   │   ├── Flush.html
│   │   │   │   ├── IfSerial.html
│   │   │   │   ├── ParseFloat.html
│   │   │   │   ├── ParseInt.html
│   │   │   │   ├── Peek.html
│   │   │   │   ├── Print.html
│   │   │   │   ├── Println.html
│   │   │   │   ├── ReadBytes.html
│   │   │   │   ├── ReadBytesUntil.html
│   │   │   │   ├── Read.html
│   │   │   │   ├── ReadString.html
│   │   │   │   ├── ReadStringUntil.html
│   │   │   │   ├── SetTimeout.html
│   │   │   │   └── Write.html
│   │   │   └── uploads
│   │   │   ├── Guide
│   │   │   │   ├── Arduino1Blink.png
│   │   │   │   ├── Blink_En.png
│   │   │   │   ├── BoardArduUNO_En.png
│   │   │   │   ├── export.png
│   │   │   │   ├── languagePreferences.png
│   │   │   │   ├── new.png
│   │   │   │   ├── open.png
│   │   │   │   ├── play.png
│   │   │   │   ├── save.png
│   │   │   │   ├── SelectingFTDIArduino.png
│   │   │   │   ├── SelectingUno.png
│   │   │   │   ├── serial_monitor.png
│   │   │   │   ├── ToolsMenu.png
│   │   │   │   ├── UploadButton1.png
│   │   │   │   └── USBCable.jpg
│   │   │   ├── Main
│   │   │   │   └── ArduinoUno_R3_Front_450px.jpg
│   │   │   └── Reference
│   │   │   ├── aadafruitSDBoard.jpg
│   │   │   ├── arduinoEthernetShieldSD.jpg
│   │   │   ├── arduino_mega_ethernet_pins.png
│   │   │   ├── arduino_uno_ethernet_pins.png
│   │   │   ├── bipolar_stepper_four_pins.jpg
│   │   │   ├── bipolar_stepper_two_pins2.png
│   │   │   ├── ForLoopIllustrated.png
│   │   │   ├── FuncAnatomy.png
│   │   │   ├── ICSPHeader.jpg
│   │   │   ├── LottieLemon_figure_ref_bottom.png
│   │   │   ├── LottieLemon_figure_ref_top.png
│   │   │   ├── sparkfunSDShield.jpg
│   │   │   ├── unipolar_stepper_four_pins.jpg
│   │   │   └── unipolar_stepper_two_pins.png
│   │   ├── font
│   │   │   └── arduino-icons4d5c.svg
│   │   ├── fonts
│   │   │   ├── fonts.css
│   │   │   ├── typoninesanspro-bold.svg
│   │   │   ├── typoninesanspro-light.svg
│   │   │   ├── typoninesanspro-medium.svg
│   │   │   ├── typoninesanspro-regular.svg
│   │   │   ├── typoninesanspro-text.svg
│   │   │   ├── typsansmono-bold.svg
│   │   │   ├── typsansmono-light.svg
│   │   │   ├── typsansmono-medium.svg
│   │   │   ├── typsansmono-regular.svg
│   │   │   └── typsansmono-text.svg
│   │   ├── img
│   │   │   ├── facebook.png
│   │   │   ├── flickr.png
│   │   │   ├── gplus.png
│   │   │   ├── logo_46.png
│   │   │   ├── twitter.png
│   │   │   └── youtube.png
│   │   └── new_home
│   │   └── assets
│   │   ├── Checkbox_checked.svg
│   │   └── Checkbox_unchecked.svg
│   ├── revisions.txt
│   ├── rsyntaxtextarea-2.6.1.jar
│   ├── slf4j-api-1.7.22.jar
│   ├── slf4j-simple-1.7.22.jar
│   ├── tools
│   │   ├── howto.txt
│   │   ├── Mangler
│   │   │   ├── make.sh
│   │   │   └── src
│   │   │   └── Mangler.java
│   │   └── WiFi101
│   │   └── tool
│   │   ├── firmwares
│   │   │   ├── 19.4.4
│   │   │   │   ├── m2m_aio_2b0.bin
│   │   │   │   └── m2m_aio_3a0.bin
│   │   │   ├── 19.5.2
│   │   │   │   └── m2m_aio_3a0.bin
│   │   │   └── 19.5.4
│   │   │   └── m2m_aio_3a0.bin
│   │   └── WiFi101.jar
│   ├── tools-builder
│   │   ├── arduino-preprocessor
│   │   │   └── 0.1.5
│   │   │   └── arduino-preprocessor
│   │   └── ctags
│   │   └── 5.8-arduino11
│   │   └── ctags
│   ├── xml-apis-1.3.04.jar
│   ├── xml-apis-ext-1.3.04.jar
│   └── xmlgraphics-commons-2.0.jar
├── MacOS
│   └── Arduino
├── PkgInfo
├── PlugIns
│   └── JavaAppletPlugin.plugin
│   └── Contents
│   ├── _CodeSignature
│   │   └── CodeResources
│   ├── Home
│   │   ├── COPYRIGHT
│   │   ├── lib
│   │   │   ├── calendars.properties
│   │   │   ├── charsets.jar
│   │   │   ├── classlist
│   │   │   ├── cmm
│   │   │   │   ├── CIEXYZ.pf
│   │   │   │   ├── GRAY.pf
│   │   │   │   ├── LINEAR_RGB.pf
│   │   │   │   ├── PYCC.pf
│   │   │   │   └── sRGB.pf
│   │   │   ├── content-types.properties
│   │   │   ├── currency.data
│   │   │   ├── deploy
│   │   │   │   ├── cautionshield48s.png
│   │   │   │   ├── cautionshield.icns
│   │   │   │   ├── icon-info48.png
│   │   │   │   ├── icon-warning16.png
│   │   │   │   ├── JavaControlPanel.prefPane
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   ├── MacOS
│   │   │   │   │   │   └── JavaControlPanel
│   │   │   │   │   └── Resources
│   │   │   │   │   ├── de.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── en.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── es.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── fr.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── it.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── ja.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── Java7VM.icns
│   │   │   │   │   ├── JavaControlPanel.nib
│   │   │   │   │   ├── JavaCupLogo-161.png
│   │   │   │   │   ├── ko.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── pt_BR.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── sv.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   ├── zh_CN.lproj
│   │   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   │   └── zh_TW.lproj
│   │   │   │   │   ├── InfoPlist.strings
│   │   │   │   │   └── JavaControlPanel.strings
│   │   │   │   ├── messages_de.properties
│   │   │   │   ├── messages_es.properties
│   │   │   │   ├── messages_fr.properties
│   │   │   │   ├── messages_it.properties
│   │   │   │   ├── messages_ja.properties
│   │   │   │   ├── messages_ko.properties
│   │   │   │   ├── messages.properties
│   │   │   │   ├── messages_pt_BR.properties
│   │   │   │   ├── messages_sv.properties
│   │   │   │   ├── messages_zh_CN.properties
│   │   │   │   ├── messages_zh_HK.properties
│   │   │   │   ├── messages_zh_TW.properties
│   │   │   │   ├── mixcode_s.png
│   │   │   │   ├── splash_11@2x-lic.gif
│   │   │   │   ├── splash_11-lic.gif
│   │   │   │   ├── splash@2x.gif
│   │   │   │   └── splash.gif
│   │   │   ├── deploy.jar
│   │   │   ├── ext
│   │   │   │   ├── cldrdata.jar
│   │   │   │   ├── dnsns.jar
│   │   │   │   ├── jaccess.jar
│   │   │   │   ├── jfxrt.jar
│   │   │   │   ├── localedata.jar
│   │   │   │   ├── meta-index
│   │   │   │   ├── nashorn.jar
│   │   │   │   ├── sunec.jar
│   │   │   │   ├── sunjce_provider.jar
│   │   │   │   ├── sunpkcs11.jar
│   │   │   │   └── zipfs.jar
│   │   │   ├── flavormap.properties
│   │   │   ├── fontconfig.bfc
│   │   │   ├── fontconfig.properties.src
│   │   │   ├── fonts
│   │   │   │   ├── fonts.dir
│   │   │   │   ├── LucidaBrightDemiBold.ttf
│   │   │   │   ├── LucidaBrightDemiItalic.ttf
│   │   │   │   ├── LucidaBrightItalic.ttf
│   │   │   │   ├── LucidaBrightRegular.ttf
│   │   │   │   ├── LucidaSansDemiBold.ttf
│   │   │   │   ├── LucidaSansRegular.ttf
│   │   │   │   ├── LucidaTypewriterBold.ttf
│   │   │   │   └── LucidaTypewriterRegular.ttf
│   │   │   ├── hijrah-config-umalqura.properties
│   │   │   ├── images
│   │   │   │   └── cursors
│   │   │   │   ├── cursors.properties
│   │   │   │   ├── invalid32x32.gif
│   │   │   │   ├── motif_CopyDrop32x32.gif
│   │   │   │   ├── motif_CopyNoDrop32x32.gif
│   │   │   │   ├── motif_LinkDrop32x32.gif
│   │   │   │   ├── motif_LinkNoDrop32x32.gif
│   │   │   │   ├── motif_MoveDrop32x32.gif
│   │   │   │   └── motif_MoveNoDrop32x32.gif
│   │   │   ├── javafx.properties
│   │   │   ├── javaws.jar
│   │   │   ├── jce.jar
│   │   │   ├── jfr
│   │   │   │   ├── default.jfc
│   │   │   │   └── profile.jfc
│   │   │   ├── jfr.jar
│   │   │   ├── jfxswt.jar
│   │   │   ├── jli
│   │   │   │   └── libjli.dylib
│   │   │   ├── jspawnhelper
│   │   │   ├── jsse.jar
│   │   │   ├── jvm.cfg
│   │   │   ├── jvm.hprof.txt
│   │   │   ├── libAppleScriptEngine.dylib
│   │   │   ├── libattach.dylib
│   │   │   ├── libawt.dylib
│   │   │   ├── libawt_lwawt.dylib
│   │   │   ├── libbci.dylib
│   │   │   ├── libdcpr.dylib
│   │   │   ├── libdecora_sse.dylib
│   │   │   ├── libdeploy.dylib
│   │   │   ├── libdt_socket.dylib
│   │   │   ├── libfontmanager.dylib
│   │   │   ├── libfxplugins.dylib
│   │   │   ├── libglass.dylib
│   │   │   ├── libglib-lite.dylib
│   │   │   ├── libgstreamer-lite.dylib
│   │   │   ├── libhprof.dylib
│   │   │   ├── libinstrument.dylib
│   │   │   ├── libj2gss.dylib
│   │   │   ├── libj2pcsc.dylib
│   │   │   ├── libj2pkcs11.dylib
│   │   │   ├── libjaas_unix.dylib
│   │   │   ├── libjava_crw_demo.dylib
│   │   │   ├── libjava.dylib
│   │   │   ├── libjavafx_font.dylib
│   │   │   ├── libjavafx_font_t2k.dylib
│   │   │   ├── libjavafx_iio.dylib
│   │   │   ├── libjawt.dylib
│   │   │   ├── libjdwp.dylib
│   │   │   ├── libjfr.dylib
│   │   │   ├── libjfxmedia_avf.dylib
│   │   │   ├── libjfxmedia.dylib
│   │   │   ├── libjfxwebkit.dylib
│   │   │   ├── libjpeg.dylib
│   │   │   ├── libjsdt.dylib
│   │   │   ├── libjsig.dylib
│   │   │   ├── libjsound.dylib
│   │   │   ├── libkcms.dylib
│   │   │   ├── liblcms.dylib
│   │   │   ├── libmanagement.dylib
│   │   │   ├── libmlib_image.dylib
│   │   │   ├── libnet.dylib
│   │   │   ├── libnio.dylib
│   │   │   ├── libnpjp2.dylib
│   │   │   ├── libnpt.dylib
│   │   │   ├── libosxapp.dylib
│   │   │   ├── libosx.dylib
│   │   │   ├── libosxkrb5.dylib
│   │   │   ├── libosxui.dylib
│   │   │   ├── libprism_common.dylib
│   │   │   ├── libprism_es2.dylib
│   │   │   ├── libprism_sw.dylib
│   │   │   ├── libresource.dylib
│   │   │   ├── libsaproc.dylib
│   │   │   ├── libsplashscreen.dylib
│   │   │   ├── libsunec.dylib
│   │   │   ├── libt2k.dylib
│   │   │   ├── libunpack.dylib
│   │   │   ├── libverify.dylib
│   │   │   ├── libzip.dylib
│   │   │   ├── logging.properties
│   │   │   ├── management
│   │   │   │   ├── jmxremote.access
│   │   │   │   ├── jmxremote.password.template
│   │   │   │   ├── management.properties
│   │   │   │   └── snmp.acl.template
│   │   │   ├── management-agent.jar
│   │   │   ├── meta-index
│   │   │   ├── net.properties
│   │   │   ├── nibs
│   │   │   │   ├── MixedCodeHelpDialog.nib
│   │   │   │   ├── MixedCodeMainDialogJs.nib
│   │   │   │   └── MixedCodeMainDialog.nib
│   │   │   ├── plugin.jar
│   │   │   ├── psfontj2d.properties
│   │   │   ├── psfont.properties.ja
│   │   │   ├── resources.jar
│   │   │   ├── rt.jar
│   │   │   ├── security
│   │   │   │   ├── blacklist
│   │   │   │   ├── blacklisted.certs
│   │   │   │   ├── cacerts
│   │   │   │   ├── java.policy
│   │   │   │   ├── java.security
│   │   │   │   ├── javaws.policy
│   │   │   │   ├── policy
│   │   │   │   │   ├── limited
│   │   │   │   │   │   ├── local_policy.jar
│   │   │   │   │   │   └── US_export_policy.jar
│   │   │   │   │   └── unlimited
│   │   │   │   │   ├── local_policy.jar
│   │   │   │   │   └── US_export_policy.jar
│   │   │   │   └── trusted.libraries
│   │   │   ├── server
│   │   │   │   ├── libjsig.dylib
│   │   │   │   ├── libjvm.dylib
│   │   │   │   └── Xusage.txt
│   │   │   ├── shortcuts
│   │   │   │   └── JavaWSApplicationStub
│   │   │   ├── sound.properties
│   │   │   └── tzdb.dat
│   │   ├── LICENSE
│   │   ├── man
│   │   │   ├── ja
│   │   │   │   └── man1
│   │   │   │   ├── java.1
│   │   │   │   ├── javaws.1
│   │   │   │   ├── jjs.1
│   │   │   │   ├── keytool.1
│   │   │   │   ├── orbd.1
│   │   │   │   ├── pack200.1
│   │   │   │   ├── policytool.1
│   │   │   │   ├── rmid.1
│   │   │   │   ├── rmiregistry.1
│   │   │   │   ├── servertool.1
│   │   │   │   ├── tnameserv.1
│   │   │   │   └── unpack200.1
│   │   │   ├── ja_JP.UTF-8
│   │   │   │   └── man1
│   │   │   │   ├── java.1
│   │   │   │   ├── javaws.1
│   │   │   │   ├── jjs.1
│   │   │   │   ├── keytool.1
│   │   │   │   ├── orbd.1
│   │   │   │   ├── pack200.1
│   │   │   │   ├── policytool.1
│   │   │   │   ├── rmid.1
│   │   │   │   ├── rmiregistry.1
│   │   │   │   ├── servertool.1
│   │   │   │   ├── tnameserv.1
│   │   │   │   └── unpack200.1
│   │   │   └── man1
│   │   │   ├── java.1
│   │   │   ├── javaws.1
│   │   │   ├── jjs.1
│   │   │   ├── keytool.1
│   │   │   ├── orbd.1
│   │   │   ├── pack200.1
│   │   │   ├── policytool.1
│   │   │   ├── rmid.1
│   │   │   ├── rmiregistry.1
│   │   │   ├── servertool.1
│   │   │   ├── tnameserv.1
│   │   │   └── unpack200.1
│   │   ├── README
│   │   ├── release
│   │   ├── THIRDPARTYLICENSEREADME-JAVAFX.txt
│   │   ├── THIRDPARTYLICENSEREADME.txt
│   │   └── Welcome.html
│   ├── Info.plist
│   └── MacOS
│   └── JavaAppletPlugin
└── Resources
├── de.lproj
│   └── Localizable.strings
├── en.lproj
│   └── Localizable.strings
├── fr.lproj
│   └── Localizable.strings
├── pde.icns
└── processing.icns

850 directories, 4775 files

标签:

实例下载地址

arduino官方软件

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警