Skip to content

Fixed Serial_::begin(..) definition to match arduino::HardwareSerial #672

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Jun 8, 2022

This is usually not a problem becuase we use the arm-none-eabi-gcc compiler thas has type uint32_t aliased to unsigned long. Anyway this is not mandatory in general, and the compiler may choose to alias uint32_t with unsigned int as it happens with llvm/clang.

Since we use clangd as language server on the Arduino IDE 2.0 the Serial_ object and all the derived instances (Serial, SerialUSB, ...) are not available in code-completion suggestions.

This is usually not a problem becuase we use the arm-none-eabi-gcc compiler
thas has type `uint32_t` aliased to `unsigned long`. Anyway this is not
mandatory in general, and the compiler may choose to alias `uint32_t` with
`unsigned int` as it happens with llvm/clang.

Since we use clangd as language server on the Arduino IDE 2.0 the
Serial_ object and all the derived instances (Serial, SerialUSB, ...) are
not available in code-completion suggestions.
@cmaglie cmaglie requested a review from a team June 8, 2022 08:25
@cmaglie cmaglie self-assigned this Jun 8, 2022
@ArduinoBot
Copy link

✅ Build completed.

⬇️ Build URL: http://downloads.arduino.cc/PR/samd/package_samd-b219_index.json

ℹ️ To test this build:

  1. Open the Preferences of the Arduino IDE.
  2. Add the Build URL above in the Additional Boards Manager URLs field, and click OK.
  3. Open the Boards Manager (menu Tools->Board->Board Manager...)
  4. Install Arduino SAMD core - Pull Request Fixed Serial_::begin(..) definition to match arduino::HardwareSerial #672
  5. Select one of the boards under SAMD Pull Request Fixed Serial_::begin(..) definition to match arduino::HardwareSerial #672 in Tools->Board menu
  6. Compile/Upload as usual

@cmaglie
Copy link
Member Author

cmaglie commented Jun 8, 2022

For the record this is the "error" detected by clang:

In file included from /home/cmaglie/.arduino15/packages/arduino/hardware/samd/1.8.13/cores/arduino/Arduino.h:112:
/home/cmaglie/.arduino15/packages/arduino/hardware/samd/1.8.13/cores/arduino/USB/USBAPI.h:180:16: error: variable type 'Serial_' is an abstract class
extern Serial_ SerialUSB;
               ^
/home/cmaglie/.arduino15/packages/arduino/hardware/samd/1.8.13/cores/arduino/api/HardwareSerial.h:90:18: note: unimplemented pure virtual method 'begin' in 'Serial_'
    virtual void begin(unsigned long) = 0;
                 ^

@facchinm
Copy link
Member

facchinm commented Jun 8, 2022

LGTM!

@github-actions
Copy link

github-actions bot commented Jun 8, 2022

Memory usage change @ 9defb31

Board flash % RAM for global variables %
arduino:samd:adafruit_circuitplayground_m0 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:arduino_zero_edbg 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:arduino_zero_native 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkr1000 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrfox1200 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrgsm1400 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrnb1500 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrvidor4000 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwan1300 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwan1310 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwifi1010 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrzero 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mzero_bl 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mzero_pro_bl 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mzero_pro_bl_dbg 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:nano_33_iot 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:tian 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table
Board extras/examples/01.Basics/AnalogReadSerial
flash
% extras/examples/01.Basics/AnalogReadSerial
RAM for global variables
% extras/examples/01.Basics/BareMinimum
flash
% extras/examples/01.Basics/BareMinimum
RAM for global variables
% extras/examples/01.Basics/Blink
flash
% extras/examples/01.Basics/Blink
RAM for global variables
% extras/examples/01.Basics/DigitalReadSerial
flash
% extras/examples/01.Basics/DigitalReadSerial
RAM for global variables
% extras/examples/01.Basics/Fade
flash
% extras/examples/01.Basics/Fade
RAM for global variables
% extras/examples/01.Basics/ReadAnalogVoltage
flash
% extras/examples/01.Basics/ReadAnalogVoltage
RAM for global variables
% extras/examples/02.Digital/BlinkWithoutDelay
flash
% extras/examples/02.Digital/BlinkWithoutDelay
RAM for global variables
% extras/examples/02.Digital/Button
flash
% extras/examples/02.Digital/Button
RAM for global variables
% extras/examples/02.Digital/Debounce
flash
% extras/examples/02.Digital/Debounce
RAM for global variables
% extras/examples/02.Digital/DigitalInputPullup
flash
% extras/examples/02.Digital/DigitalInputPullup
RAM for global variables
% extras/examples/02.Digital/StateChangeDetection
flash
% extras/examples/02.Digital/StateChangeDetection
RAM for global variables
% extras/examples/02.Digital/toneKeyboard
flash
% extras/examples/02.Digital/toneKeyboard
RAM for global variables
% extras/examples/02.Digital/toneMelody
flash
% extras/examples/02.Digital/toneMelody
RAM for global variables
% extras/examples/02.Digital/toneMultiple
flash
% extras/examples/02.Digital/toneMultiple
RAM for global variables
% extras/examples/02.Digital/tonePitchFollower
flash
% extras/examples/02.Digital/tonePitchFollower
RAM for global variables
% extras/examples/03.Analog/AnalogInOutSerial
flash
% extras/examples/03.Analog/AnalogInOutSerial
RAM for global variables
% extras/examples/03.Analog/AnalogInput
flash
% extras/examples/03.Analog/AnalogInput
RAM for global variables
% extras/examples/03.Analog/AnalogWriteMega
flash
% extras/examples/03.Analog/AnalogWriteMega
RAM for global variables
% extras/examples/03.Analog/Calibration
flash
% extras/examples/03.Analog/Calibration
RAM for global variables
% extras/examples/03.Analog/Fading
flash
% extras/examples/03.Analog/Fading
RAM for global variables
% extras/examples/03.Analog/Smoothing
flash
% extras/examples/03.Analog/Smoothing
RAM for global variables
% extras/examples/04.Communication/ASCIITable
flash
% extras/examples/04.Communication/ASCIITable
RAM for global variables
% extras/examples/04.Communication/Dimmer
flash
% extras/examples/04.Communication/Dimmer
RAM for global variables
% extras/examples/04.Communication/Graph
flash
% extras/examples/04.Communication/Graph
RAM for global variables
% extras/examples/04.Communication/Midi
flash
% extras/examples/04.Communication/Midi
RAM for global variables
% extras/examples/04.Communication/MultiSerial
flash
% extras/examples/04.Communication/MultiSerial
RAM for global variables
% extras/examples/04.Communication/PhysicalPixel
flash
% extras/examples/04.Communication/PhysicalPixel
RAM for global variables
% extras/examples/04.Communication/ReadASCIIString
flash
% extras/examples/04.Communication/ReadASCIIString
RAM for global variables
% extras/examples/04.Communication/SerialCallResponse
flash
% extras/examples/04.Communication/SerialCallResponse
RAM for global variables
% extras/examples/04.Communication/SerialCallResponseASCII
flash
% extras/examples/04.Communication/SerialCallResponseASCII
RAM for global variables
% extras/examples/04.Communication/SerialEvent
flash
% extras/examples/04.Communication/SerialEvent
RAM for global variables
% extras/examples/04.Communication/SerialPassthrough
flash
% extras/examples/04.Communication/SerialPassthrough
RAM for global variables
% extras/examples/04.Communication/VirtualColorMixer
flash
% extras/examples/04.Communication/VirtualColorMixer
RAM for global variables
% extras/examples/05.Control/Arrays
flash
% extras/examples/05.Control/Arrays
RAM for global variables
% extras/examples/05.Control/ForLoopIteration
flash
% extras/examples/05.Control/ForLoopIteration
RAM for global variables
% extras/examples/05.Control/IfStatementConditional
flash
% extras/examples/05.Control/IfStatementConditional
RAM for global variables
% extras/examples/05.Control/WhileStatementConditional
flash
% extras/examples/05.Control/WhileStatementConditional
RAM for global variables
% extras/examples/05.Control/switchCase
flash
% extras/examples/05.Control/switchCase
RAM for global variables
% extras/examples/05.Control/switchCase2
flash
% extras/examples/05.Control/switchCase2
RAM for global variables
% extras/examples/06.Sensors/ADXL3xx
flash
% extras/examples/06.Sensors/ADXL3xx
RAM for global variables
% extras/examples/06.Sensors/Knock
flash
% extras/examples/06.Sensors/Knock
RAM for global variables
% extras/examples/06.Sensors/Memsic2125
flash
% extras/examples/06.Sensors/Memsic2125
RAM for global variables
% extras/examples/06.Sensors/Ping
flash
% extras/examples/06.Sensors/Ping
RAM for global variables
% extras/examples/07.Display/RowColumnScanning
flash
% extras/examples/07.Display/RowColumnScanning
RAM for global variables
% extras/examples/07.Display/barGraph
flash
% extras/examples/07.Display/barGraph
RAM for global variables
% extras/examples/08.Strings/CharacterAnalysis
flash
% extras/examples/08.Strings/CharacterAnalysis
RAM for global variables
% extras/examples/08.Strings/StringAdditionOperator
flash
% extras/examples/08.Strings/StringAdditionOperator
RAM for global variables
% extras/examples/08.Strings/StringAppendOperator
flash
% extras/examples/08.Strings/StringAppendOperator
RAM for global variables
% extras/examples/08.Strings/StringCaseChanges
flash
% extras/examples/08.Strings/StringCaseChanges
RAM for global variables
% extras/examples/08.Strings/StringCharacters
flash
% extras/examples/08.Strings/StringCharacters
RAM for global variables
% extras/examples/08.Strings/StringComparisonOperators
flash
% extras/examples/08.Strings/StringComparisonOperators
RAM for global variables
% extras/examples/08.Strings/StringConstructors
flash
% extras/examples/08.Strings/StringConstructors
RAM for global variables
% extras/examples/08.Strings/StringIndexOf
flash
% extras/examples/08.Strings/StringIndexOf
RAM for global variables
% extras/examples/08.Strings/StringLength
flash
% extras/examples/08.Strings/StringLength
RAM for global variables
% extras/examples/08.Strings/StringLengthTrim
flash
% extras/examples/08.Strings/StringLengthTrim
RAM for global variables
% extras/examples/08.Strings/StringReplace
flash
% extras/examples/08.Strings/StringReplace
RAM for global variables
% extras/examples/08.Strings/StringStartsWithEndsWith
flash
% extras/examples/08.Strings/StringStartsWithEndsWith
RAM for global variables
% extras/examples/08.Strings/StringSubstring
flash
% extras/examples/08.Strings/StringSubstring
RAM for global variables
% extras/examples/08.Strings/StringToInt
flash
% extras/examples/08.Strings/StringToInt
RAM for global variables
% extras/examples/09.USB/Keyboard/KeyboardLogout
flash
% extras/examples/09.USB/Keyboard/KeyboardLogout
RAM for global variables
% extras/examples/09.USB/Keyboard/KeyboardMessage
flash
% extras/examples/09.USB/Keyboard/KeyboardMessage
RAM for global variables
% extras/examples/09.USB/Keyboard/KeyboardReprogram
flash
% extras/examples/09.USB/Keyboard/KeyboardReprogram
RAM for global variables
% extras/examples/09.USB/Keyboard/KeyboardSerial
flash
% extras/examples/09.USB/Keyboard/KeyboardSerial
RAM for global variables
% extras/examples/09.USB/KeyboardAndMouseControl
flash
% extras/examples/09.USB/KeyboardAndMouseControl
RAM for global variables
% extras/examples/09.USB/Mouse/ButtonMouseControl
flash
% extras/examples/09.USB/Mouse/ButtonMouseControl
RAM for global variables
% extras/examples/09.USB/Mouse/JoystickMouseControl
flash
% extras/examples/09.USB/Mouse/JoystickMouseControl
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p02_SpaceshipInterface
flash
% extras/examples/10.StarterKit_BasicKit/p02_SpaceshipInterface
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p03_LoveOMeter
flash
% extras/examples/10.StarterKit_BasicKit/p03_LoveOMeter
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p04_ColorMixingLamp
flash
% extras/examples/10.StarterKit_BasicKit/p04_ColorMixingLamp
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p05_ServoMoodIndicator
flash
% extras/examples/10.StarterKit_BasicKit/p05_ServoMoodIndicator
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p06_LightTheremin
flash
% extras/examples/10.StarterKit_BasicKit/p06_LightTheremin
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p07_Keyboard
flash
% extras/examples/10.StarterKit_BasicKit/p07_Keyboard
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p08_DigitalHourglass
flash
% extras/examples/10.StarterKit_BasicKit/p08_DigitalHourglass
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p09_MotorizedPinwheel
flash
% extras/examples/10.StarterKit_BasicKit/p09_MotorizedPinwheel
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p10_Zoetrope
flash
% extras/examples/10.StarterKit_BasicKit/p10_Zoetrope
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p11_CrystalBall
flash
% extras/examples/10.StarterKit_BasicKit/p11_CrystalBall
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p12_KnockLock
flash
% extras/examples/10.StarterKit_BasicKit/p12_KnockLock
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp
flash
% extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p14_TweakTheArduinoLogo
flash
% extras/examples/10.StarterKit_BasicKit/p14_TweakTheArduinoLogo
RAM for global variables
% extras/examples/10.StarterKit_BasicKit/p15_HackingButtons
flash
% extras/examples/10.StarterKit_BasicKit/p15_HackingButtons
RAM for global variables
% extras/examples/11.ArduinoISP/ArduinoISP
flash
% extras/examples/11.ArduinoISP/ArduinoISP
RAM for global variables
% libraries/Wire/examples/SFRRanger_reader
flash
% libraries/Wire/examples/SFRRanger_reader
RAM for global variables
% libraries/Wire/examples/digital_potentiometer
flash
% libraries/Wire/examples/digital_potentiometer
RAM for global variables
% libraries/Wire/examples/master_reader
flash
% libraries/Wire/examples/master_reader
RAM for global variables
% libraries/Wire/examples/master_writer
flash
% libraries/Wire/examples/master_writer
RAM for global variables
% libraries/Wire/examples/slave_receiver
flash
% libraries/Wire/examples/slave_receiver
RAM for global variables
% libraries/Wire/examples/slave_sender
flash
% libraries/Wire/examples/slave_sender
RAM for global variables
% libraries/USBHost/examples/ADKTerminalTest
flash
% libraries/USBHost/examples/ADKTerminalTest
RAM for global variables
% libraries/USBHost/examples/KeyboardController
flash
% libraries/USBHost/examples/KeyboardController
RAM for global variables
% libraries/USBHost/examples/MouseController
flash
% libraries/USBHost/examples/MouseController
RAM for global variables
% libraries/USBHost/examples/USB_desc
flash
% libraries/USBHost/examples/USB_desc
RAM for global variables
% libraries/SPI/examples/BarometricPressureSensor
flash
% libraries/SPI/examples/BarometricPressureSensor
RAM for global variables
% libraries/SPI/examples/DigitalPotControl
flash
% libraries/SPI/examples/DigitalPotControl
RAM for global variables
% libraries/SFU/examples/SFU_LoadBinary
flash
% libraries/SFU/examples/SFU_LoadBinary
RAM for global variables
% libraries/SAMD_AnalogCorrection/examples/CorrectADCResponse
flash
% libraries/SAMD_AnalogCorrection/examples/CorrectADCResponse
RAM for global variables
% /home/runner/Arduino/libraries/Servo/examples/Knob
flash
% /home/runner/Arduino/libraries/Servo/examples/Knob
RAM for global variables
% /home/runner/Arduino/libraries/Servo/examples/Sweep
flash
% /home/runner/Arduino/libraries/Servo/examples/Sweep
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Autoscroll
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Autoscroll
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Blink
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Blink
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Cursor
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Cursor
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/CustomCharacter
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/CustomCharacter
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Display
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Display
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/HelloWorld
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/HelloWorld
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Scroll
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/Scroll
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/SerialDisplay
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/SerialDisplay
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/TextDirection
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/TextDirection
RAM for global variables
% /home/runner/Arduino/libraries/LiquidCrystal/examples/setCursor
flash
% /home/runner/Arduino/libraries/LiquidCrystal/examples/setCursor
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/AdvancedChatServer
flash
% /home/runner/Arduino/libraries/Ethernet/examples/AdvancedChatServer
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/BarometricPressureWebServer
flash
% /home/runner/Arduino/libraries/Ethernet/examples/BarometricPressureWebServer
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/ChatServer
flash
% /home/runner/Arduino/libraries/Ethernet/examples/ChatServer
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/DhcpAddressPrinter
flash
% /home/runner/Arduino/libraries/Ethernet/examples/DhcpAddressPrinter
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/DhcpChatServer
flash
% /home/runner/Arduino/libraries/Ethernet/examples/DhcpChatServer
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/LinkStatus
flash
% /home/runner/Arduino/libraries/Ethernet/examples/LinkStatus
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/TelnetClient
flash
% /home/runner/Arduino/libraries/Ethernet/examples/TelnetClient
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/UDPSendReceiveString
flash
% /home/runner/Arduino/libraries/Ethernet/examples/UDPSendReceiveString
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/UdpNtpClient
flash
% /home/runner/Arduino/libraries/Ethernet/examples/UdpNtpClient
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/WebClient
flash
% /home/runner/Arduino/libraries/Ethernet/examples/WebClient
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/WebClientRepeating
flash
% /home/runner/Arduino/libraries/Ethernet/examples/WebClientRepeating
RAM for global variables
% /home/runner/Arduino/libraries/Ethernet/examples/WebServer
flash
% /home/runner/Arduino/libraries/Ethernet/examples/WebServer
RAM for global variables
% /home/runner/Arduino/libraries/SD/examples/CardInfo
flash
% /home/runner/Arduino/libraries/SD/examples/CardInfo
RAM for global variables
% /home/runner/Arduino/libraries/SD/examples/Datalogger
flash
% /home/runner/Arduino/libraries/SD/examples/Datalogger
RAM for global variables
% /home/runner/Arduino/libraries/SD/examples/DumpFile
flash
% /home/runner/Arduino/libraries/SD/examples/DumpFile
RAM for global variables
% /home/runner/Arduino/libraries/SD/examples/Files
flash
% /home/runner/Arduino/libraries/SD/examples/Files
RAM for global variables
% /home/runner/Arduino/libraries/SD/examples/NonBlockingWrite
flash
% /home/runner/Arduino/libraries/SD/examples/NonBlockingWrite
RAM for global variables
% /home/runner/Arduino/libraries/SD/examples/ReadWrite
flash
% /home/runner/Arduino/libraries/SD/examples/ReadWrite
RAM for global variables
% /home/runner/Arduino/libraries/SD/examples/listfiles
flash
% /home/runner/Arduino/libraries/SD/examples/listfiles
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/ConnectNoEncryption
flash
% /home/runner/Arduino/libraries/WiFi/examples/ConnectNoEncryption
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/ConnectWithWEP
flash
% /home/runner/Arduino/libraries/WiFi/examples/ConnectWithWEP
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/ConnectWithWPA
flash
% /home/runner/Arduino/libraries/WiFi/examples/ConnectWithWPA
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/ScanNetworks
flash
% /home/runner/Arduino/libraries/WiFi/examples/ScanNetworks
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/SimpleWebServerWiFi
flash
% /home/runner/Arduino/libraries/WiFi/examples/SimpleWebServerWiFi
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/WiFiChatServer
flash
% /home/runner/Arduino/libraries/WiFi/examples/WiFiChatServer
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/WiFiUdpNtpClient
flash
% /home/runner/Arduino/libraries/WiFi/examples/WiFiUdpNtpClient
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/WiFiUdpSendReceiveString
flash
% /home/runner/Arduino/libraries/WiFi/examples/WiFiUdpSendReceiveString
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/WiFiWebClient
flash
% /home/runner/Arduino/libraries/WiFi/examples/WiFiWebClient
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/WiFiWebClientRepeating
flash
% /home/runner/Arduino/libraries/WiFi/examples/WiFiWebClientRepeating
RAM for global variables
% /home/runner/Arduino/libraries/WiFi/examples/WiFiWebServer
flash
% /home/runner/Arduino/libraries/WiFi/examples/WiFiWebServer
RAM for global variables
% /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleAccelerometer
flash
% /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleAccelerometer
RAM for global variables
% /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleGyroscope
flash
% /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleGyroscope
RAM for global variables
% /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleMagnetometer
flash
% /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleMagnetometer
RAM for global variables
% /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONArray
flash
% /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONArray
RAM for global variables
% /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONKitchenSink
flash
% /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONKitchenSink
RAM for global variables
% /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONObject
flash
% /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONObject
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/ChangeUID
flash
% /home/runner/Arduino/libraries/MFRC522/examples/ChangeUID
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/DumpInfo
flash
% /home/runner/Arduino/libraries/MFRC522/examples/DumpInfo
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/FixBrickedUID
flash
% /home/runner/Arduino/libraries/MFRC522/examples/FixBrickedUID
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/MifareClassicValueBlock
flash
% /home/runner/Arduino/libraries/MFRC522/examples/MifareClassicValueBlock
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/MinimalInterrupt
flash
% /home/runner/Arduino/libraries/MFRC522/examples/MinimalInterrupt
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/Ntag216_AUTH
flash
% /home/runner/Arduino/libraries/MFRC522/examples/Ntag216_AUTH
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/RFID-Cloner
flash
% /home/runner/Arduino/libraries/MFRC522/examples/RFID-Cloner
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/ReadAndWrite
flash
% /home/runner/Arduino/libraries/MFRC522/examples/ReadAndWrite
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/ReadNUID
flash
% /home/runner/Arduino/libraries/MFRC522/examples/ReadNUID
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/ReadUidMultiReader
flash
% /home/runner/Arduino/libraries/MFRC522/examples/ReadUidMultiReader
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/firmware_check
flash
% /home/runner/Arduino/libraries/MFRC522/examples/firmware_check
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/rfid_default_keys
flash
% /home/runner/Arduino/libraries/MFRC522/examples/rfid_default_keys
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/rfid_read_personal_data
flash
% /home/runner/Arduino/libraries/MFRC522/examples/rfid_read_personal_data
RAM for global variables
% /home/runner/Arduino/libraries/MFRC522/examples/rfid_write_personal_data
flash
% /home/runner/Arduino/libraries/MFRC522/examples/rfid_write_personal_data
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ConnectWithWEP
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ConnectWithWPA
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/FirmwareUpdater
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ScanNetworks
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiChatServer
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiPing
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiSSLClient
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiWebClient
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiWebServer
flash
% /tmp/compilesketches-265_czy2/install_from_repository-21j5v3ai/examples/WiFiWebServer
RAM for global variables
% libraries/SDU/examples/Usage
flash
% libraries/SDU/examples/Usage
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ConnectWithWEP
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ConnectWithWPA
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/FirmwareUpdater
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ScanNetworks
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiChatServer
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiPing
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiSSLClient
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiWebClient
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiWebServer
flash
% /tmp/compilesketches-3i9rp0ep/install_from_repository-z54y0u67/examples/WiFiWebServer
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/StandardFirmataPlus
flash
% /home/runner/Arduino/libraries/Firmata/examples/StandardFirmataPlus
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/StandardFirmataEthernet
flash
% /home/runner/Arduino/libraries/Firmata/examples/StandardFirmataEthernet
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/StandardFirmata
flash
% /home/runner/Arduino/libraries/Firmata/examples/StandardFirmata
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/SimpleDigitalFirmata
flash
% /home/runner/Arduino/libraries/Firmata/examples/SimpleDigitalFirmata
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/SimpleAnalogFirmata
flash
% /home/runner/Arduino/libraries/Firmata/examples/SimpleAnalogFirmata
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/ServoFirmata
flash
% /home/runner/Arduino/libraries/Firmata/examples/ServoFirmata
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/EchoString
flash
% /home/runner/Arduino/libraries/Firmata/examples/EchoString
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/AnalogFirmata
flash
% /home/runner/Arduino/libraries/Firmata/examples/AnalogFirmata
RAM for global variables
% /home/runner/Arduino/libraries/Firmata/examples/AllInputsFirmata
flash
% /home/runner/Arduino/libraries/Firmata/examples/AllInputsFirmata
RAM for global variables
% libraries/I2S/examples/InputSerialPlotter
flash
% libraries/I2S/examples/InputSerialPlotter
RAM for global variables
% libraries/I2S/examples/SimpleTone
flash
% libraries/I2S/examples/SimpleTone
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ConnectWithWEP
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ConnectWithWPA
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/FirmwareUpdater
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ScanNetworks
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiChatServer
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiPing
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiSSLClient
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiWebClient
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiWebServer
flash
% /tmp/compilesketches-eq9j1e6y/install_from_repository-0bc2zc4w/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ConnectWithWEP
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ConnectWithWPA
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/FirmwareUpdater
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ScanNetworks
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiChatServer
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiPing
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiSSLClient
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiWebClient
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiWebServer
flash
% /tmp/compilesketches-0ruklzqb/install_from_repository-bvvkrhxw/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ConnectWithWEP
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ConnectWithWPA
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/FirmwareUpdater
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ScanNetworks
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiChatServer
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiPing
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiSSLClient
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiWebClient
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiWebServer
flash
% /tmp/compilesketches-6ri5r5lo/install_from_repository-gctxwvyk/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ConnectWithWEP
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ConnectWithWPA
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/FirmwareUpdater
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ScanNetworks
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiChatServer
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiPing
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiSSLClient
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiWebClient
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiWebServer
flash
% /tmp/compilesketches-ms7vvxc5/install_from_repository-c81kquol/examples/WiFiWebServer
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/GPRSPing
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/GPRSPing
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/GPRSUdpNtpClient
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/GPRSUdpNtpClient
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/GsmLocation
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/GsmLocation
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/GsmSSLWebClient
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/GsmSSLWebClient
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/GsmWebClient
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/GsmWebClient
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/GsmWebServer
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/GsmWebServer
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/MakeVoiceCall
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/MakeVoiceCall
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/ReceiveSMS
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/ReceiveSMS
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/ReceiveVoiceCall
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/ReceiveVoiceCall
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/SSLCertificateManagement_Example
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/SSLCertificateManagement_Example
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/SendSMS
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/SendSMS
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/BandManagement
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/BandManagement
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/ChooseRadioAccessTechnology
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/ChooseRadioAccessTechnology
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/FileUtilsHttpDownload
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/FileUtilsHttpDownload
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/FileUtilsJsonFile
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/FileUtilsJsonFile
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/FileUtilsReadBlock
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/FileUtilsReadBlock
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/GsmScanNetworks
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/GsmScanNetworks
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/PinManagement
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/PinManagement
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/SerialGSMPassthrough
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/SerialGSMPassthrough
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/TestGPRS
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/TestGPRS
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/TestModem
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/TestModem
RAM for global variables
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/TestWebServer
flash
% /home/runner/Arduino/libraries/MKRGSM/examples/Tools/TestWebServer
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ConnectWithWEP
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ConnectWithWPA
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/FirmwareUpdater
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ScanNetworks
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiChatServer
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiPing
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiSSLClient
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiWebClient
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiWebServer
flash
% /tmp/compilesketches-2ok5gap4/install_from_repository-v9fb9s_h/examples/WiFiWebServer
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/GPRSUdpNtpClient
flash
% /home/runner/Arduino/libraries/MKRNB/examples/GPRSUdpNtpClient
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/NBSSLWebClient
flash
% /home/runner/Arduino/libraries/MKRNB/examples/NBSSLWebClient
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/NBWebClient
flash
% /home/runner/Arduino/libraries/MKRNB/examples/NBWebClient
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/ReceiveSMS
flash
% /home/runner/Arduino/libraries/MKRNB/examples/ReceiveSMS
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/SendSMS
flash
% /home/runner/Arduino/libraries/MKRNB/examples/SendSMS
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/ChooseRadioAccessTechnology
flash
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/ChooseRadioAccessTechnology
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/NBScanNetworks
flash
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/NBScanNetworks
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/PinManagement
flash
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/PinManagement
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/SerialSARAPassthrough
flash
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/SerialSARAPassthrough
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/TestGPRS
flash
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/TestGPRS
RAM for global variables
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/TestModem
flash
% /home/runner/Arduino/libraries/MKRNB/examples/Tools/TestModem
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ConnectWithWEP
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ConnectWithWPA
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/FirmwareUpdater
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ScanNetworks
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiChatServer
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiPing
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiSSLClient
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiWebClient
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiWebServer
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-3cj7nm69/examples/WiFiWebServer
RAM for global variables
% libraries/SAMD_BootloaderUpdater/examples/UpdateBootloader
flash
% libraries/SAMD_BootloaderUpdater/examples/UpdateBootloader
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-m3culfes/examples/VidorEncoder
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-m3culfes/examples/VidorEncoder
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-m3culfes/examples/VidorNeopixelRainbowStrips
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-m3culfes/examples/VidorNeopixelRainbowStrips
RAM for global variables
% /tmp/compilesketches-umnebmx4/install_from_repository-m3culfes/examples/VidorTestSketch
flash
% /tmp/compilesketches-umnebmx4/install_from_repository-m3culfes/examples/VidorTestSketch
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ConnectWithWEP
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ConnectWithWPA
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/FirmwareUpdater
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ScanNetworks
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiChatServer
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiPing
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiSSLClient
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiWebClient
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiWebServer
flash
% /tmp/compilesketches-mslk6i6_/install_from_repository-dvo0t9co/examples/WiFiWebServer
RAM for global variables
% /home/runner/Arduino/libraries/MKRWAN/examples/DumbModemLoraSender
flash
% /home/runner/Arduino/libraries/MKRWAN/examples/DumbModemLoraSender
RAM for global variables
% /home/runner/Arduino/libraries/MKRWAN/examples/FWUpdaterBridge
flash
% /home/runner/Arduino/libraries/MKRWAN/examples/FWUpdaterBridge
RAM for global variables
% /home/runner/Arduino/libraries/MKRWAN/examples/FirstConfiguration
flash
% /home/runner/Arduino/libraries/MKRWAN/examples/FirstConfiguration
RAM for global variables
% /home/runner/Arduino/libraries/MKRWAN/examples/LoraSendAndReceive
flash
% /home/runner/Arduino/libraries/MKRWAN/examples/LoraSendAndReceive
RAM for global variables
% /home/runner/Arduino/libraries/MKRWAN/examples/MKRWANFWUpdate_standalone
flash
% /home/runner/Arduino/libraries/MKRWAN/examples/MKRWANFWUpdate_standalone
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ConnectWithWEP
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ConnectWithWPA
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/FirmwareUpdater
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ScanNetworks
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiChatServer
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiPing
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiSSLClient
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiWebClient
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiWebServer
flash
% /tmp/compilesketches-54ty61ut/install_from_repository-0o118899/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ConnectWithWEP
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ConnectWithWPA
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/FirmwareUpdater
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ScanNetworks
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiChatServer
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiPing
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiSSLClient
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiWebClient
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiWebServer
flash
% /tmp/compilesketches-fs_p7t84/install_from_repository-t1poar6t/examples/WiFiWebServer
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/AP_SimpleWebServer
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/AP_SimpleWebServer
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectNoEncryption
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectNoEncryption
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWEP
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWEP
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWPA
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWPA
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWPA2Enterprise
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWPA2Enterprise
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/ScanNetworks
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/ScanNetworks
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/ScanNetworksAdvanced
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/ScanNetworksAdvanced
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/SimpleWebServerWiFi
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/SimpleWebServerWiFi
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/CheckFirmwareVersion
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/CheckFirmwareVersion
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/FirmwareUpdater
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/FirmwareUpdater
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/SerialNINAPassthrough
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/SerialNINAPassthrough
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiChatServer
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiChatServer
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiPing
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiPing
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiSSLClient
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiSSLClient
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiStorage
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiStorage
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiUdpNtpClient
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiUdpNtpClient
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiUdpSendReceiveString
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiUdpSendReceiveString
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebClient
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebClient
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebClientRepeating
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebClientRepeating
RAM for global variables
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebServer
flash
% /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ConnectWithWEP
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ConnectWithWPA
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/FirmwareUpdater
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ScanNetworks
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiChatServer
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiPing
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiSSLClient
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiWebClient
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiWebServer
flash
% /tmp/compilesketches-jwf5qa3o/install_from_repository-tdsm51hw/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ConnectWithWEP
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ConnectWithWPA
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/FirmwareUpdater
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ScanNetworks
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiChatServer
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiPing
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiSSLClient
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiWebClient
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiWebServer
flash
% /tmp/compilesketches-wjj0p14u/install_from_repository-rxkjiw6h/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ConnectWithWEP
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ConnectWithWPA
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/FirmwareUpdater
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ScanNetworks
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiChatServer
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiPing
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiSSLClient
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiWebClient
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiWebServer
flash
% /tmp/compilesketches-jae9c8xk/install_from_repository-rxc4x5k6/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ConnectWithWEP
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ConnectWithWPA
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/FirmwareUpdater
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ScanNetworks
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiChatServer
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiPing
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiSSLClient
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiWebClient
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiWebServer
flash
% /tmp/compilesketches-vtzvlvin/install_from_repository-vlejjizz/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ConnectWithWEP
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ConnectWithWPA
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/FirmwareUpdater
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ScanNetworks
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiChatServer
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiPing
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiSSLClient
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiWebClient
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiWebServer
flash
% /tmp/compilesketches-flggwjpu/install_from_repository-gb6pqhg2/examples/WiFiWebServer
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/AP_SimpleWebServer
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/AP_SimpleWebServer
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/CheckWifi101FirmwareVersion
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/CheckWifi101FirmwareVersion
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ConnectNoEncryption
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ConnectNoEncryption
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ConnectWithWEP
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ConnectWithWEP
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ConnectWithWPA
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ConnectWithWPA
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/FirmwareUpdater
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/FirmwareUpdater
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/MDNS_WiFiWebServer
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/MDNS_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/Provisioning_WiFiWebServer
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/Provisioning_WiFiWebServer
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ScanNetworks
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ScanNetworks
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ScanNetworksAdvanced
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/ScanNetworksAdvanced
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/SimpleWebServerWiFi
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/SimpleWebServerWiFi
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiChatServer
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiChatServer
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiPing
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiPing
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiSSLClient
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiSSLClient
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiUdpNtpClient
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiUdpNtpClient
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiUdpSendReceiveString
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiUdpSendReceiveString
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiWebClient
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiWebClient
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiWebClientRepeating
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiWebClientRepeating
RAM for global variables
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiWebServer
flash
% /tmp/compilesketches-algu0yfe/install_from_repository-thm68a7_/examples/WiFiWebServer
RAM for global variables
%
arduino:samd:adafruit_circuitplayground_m0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:arduino_zero_edbg 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:arduino_zero_native 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkr1000 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkrfox1200 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkrgsm1400 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkrnb1500 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkrvidor4000 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkrwan1300 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkrwan1310 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkrwifi1010 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mkrzero 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mzero_bl 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mzero_pro_bl 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:mzero_pro_bl_dbg 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:nano_33_iot 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:samd:tian 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0

@cmaglie cmaglie merged commit b52412e into arduino:master Jun 8, 2022
@cmaglie cmaglie deleted the fix_serialusb_begin branch June 8, 2022 08:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants