ArduinoCore-samd
ArduinoCore-samd copied to clipboard
Implement attachInterruptParam
Similar to https://github.com/arduino/ArduinoCore-megaavr/commit/04fbbd074c3b42537fd16be7b6ec617053730486, this implements attachInterruptParams so that parameters can be passed to the interrupt handler. Addresses issue #624.
Memory usage change @ 9a67d2d1ffa281328ba6965fe6d9f6245e18df5c
| Board | flash | % | RAM for global variables | % |
|---|---|---|---|---|
| arduino:samd:adafruit_circuitplayground_m0 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:arduino_zero_edbg | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:arduino_zero_native | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkr1000 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkrfox1200 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkrgsm1400 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkrnb1500 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkrvidor4000 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkrwan1300 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkrwan1310 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkrwifi1010 | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mkrzero | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mzero_bl | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mzero_pro_bl | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:mzero_pro_bl_dbg | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:nano_33_iot | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
| arduino:samd:tian | :small_red_triangle: 0 - +48 | 0.0 - +0.02 | :small_red_triangle: 0 - +68 | 0.0 - +0.21 |
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-jas1s6d6/install_from_repository-o0errsoz/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ScanNetworks flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiChatServer flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiPing flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiWebClient flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiWebServer flash |
% | /tmp/compilesketches-jas1s6d6/install_from_repository-o0errsoz/examples/WiFiWebServer RAM for global variables |
% | libraries/SDU/examples/Usage flash |
% | libraries/SDU/examples/Usage RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ScanNetworks flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiChatServer flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiPing flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiWebClient flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/examples/WiFiWebServer flash |
% | /tmp/compilesketches-a61s6z0o/install_from_repository-ilu_62ua/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-9q1e1_co/install_from_repository-e8nunm_8/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ScanNetworks flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiChatServer flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiPing flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiWebClient flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiWebServer flash |
% | /tmp/compilesketches-9q1e1_co/install_from_repository-e8nunm_8/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ScanNetworks flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiChatServer flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiPing flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiWebClient flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiWebServer flash |
% | /tmp/compilesketches-54w6m3a5/install_from_repository-laleuabe/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ScanNetworks flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiChatServer flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiPing flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiWebClient flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiWebServer flash |
% | /tmp/compilesketches-fw0t9o14/install_from_repository-yd6162xp/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ScanNetworks flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiChatServer flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiPing flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiWebClient flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/examples/WiFiWebServer flash |
% | /tmp/compilesketches-tf5xjz67/install_from_repository-okih6dfz/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-xjofkyyc/install_from_repository-__rtt_hb/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ScanNetworks flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiChatServer flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiPing flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiWebClient flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/examples/WiFiWebServer flash |
% | /tmp/compilesketches-xjofkyyc/install_from_repository-__rtt_hb/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-478oxtnt/install_from_repository-uqpm3dgw/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ScanNetworks flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiChatServer flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiPing flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiWebClient flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiWebServer flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-uqpm3dgw/examples/WiFiWebServer RAM for global variables |
% | libraries/SAMD_BootloaderUpdater/examples/UpdateBootloader flash |
% | libraries/SAMD_BootloaderUpdater/examples/UpdateBootloader RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-vnjoimqb/examples/VidorEncoder flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-vnjoimqb/examples/VidorEncoder RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-vnjoimqb/examples/VidorNeopixelRainbowStrips flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-vnjoimqb/examples/VidorNeopixelRainbowStrips RAM for global variables |
% | /tmp/compilesketches-478oxtnt/install_from_repository-vnjoimqb/examples/VidorTestSketch flash |
% | /tmp/compilesketches-478oxtnt/install_from_repository-vnjoimqb/examples/VidorTestSketch RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ScanNetworks flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiChatServer flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiPing flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiWebClient flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/examples/WiFiWebServer flash |
% | /tmp/compilesketches-shl64erk/install_from_repository-5lczozf7/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-g1xydu4v/install_from_repository-g5vhtc66/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ScanNetworks flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiChatServer flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiPing flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiWebClient flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiWebServer flash |
% | /tmp/compilesketches-g1xydu4v/install_from_repository-g5vhtc66/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ScanNetworks flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiChatServer flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiPing flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiWebClient flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/examples/WiFiWebServer flash |
% | /tmp/compilesketches-ea1dqmt2/install_from_repository-zerl7cs3/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-d31m2p74/install_from_repository-3kibxrdm/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ScanNetworks flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiChatServer flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiPing flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiWebClient flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiWebServer flash |
% | /tmp/compilesketches-d31m2p74/install_from_repository-3kibxrdm/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ScanNetworks flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiChatServer flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiPing flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiWebClient flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiWebServer flash |
% | /tmp/compilesketches-nm1kcuxb/install_from_repository-esqbgmj7/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ScanNetworks flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiChatServer flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiPing flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiWebClient flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiWebServer flash |
% | /tmp/compilesketches-i0xbgwi7/install_from_repository-wa__3mya/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ScanNetworks flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiChatServer flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiPing flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiWebClient flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiWebServer flash |
% | /tmp/compilesketches-jqfwyzbj/install_from_repository-r0k_gcgf/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ScanNetworks flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiChatServer flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiPing flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiWebClient flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiWebServer flash |
% | /tmp/compilesketches-9odo2l60/install_from_repository-cbx21tve/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ScanNetworks flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiChatServer flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiPing flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiWebClient flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/examples/WiFiWebServer flash |
% | /tmp/compilesketches-iz86dumc/install_from_repository-hv43ad82/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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 36 | 0.01 | 68 | 0.21 | 36 | 0.01 | 68 | 0.21 | 36 | 0.01 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 8 | 0.0 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 36 | 0.01 | 68 | 0.21 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 8 | 0.0 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 | 48 | 0.02 | 68 | 0.21 |