Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow customization of transmit and receive buffer sizes for I2C 'Wire' object.#589

New issue

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

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dac1e wants to merge7 commits intoarduino:master
base:master
Choose a base branch
Loading
fromdac1e:dac1e-devel2

Conversation

dac1e
Copy link

@dac1edac1e commentedJan 3, 2025
edited
Loading

When I had the need for a bigger 'Wire' buffer, I came up with this implementation.

  • Existing sketches work like before, but just with one additional macro in the sketch, 'Wire' will have smaller or larger buffers, and will omit unnecessary buffers. E.g. if the sketch is operating only as a master, slave buffers will be omitted. There are four new example sketches available, that demonstrate how the macro works and give evidence about the customization of the buffer sizes.
    Wire buffers are still allocated at compile time.

  • There is also some refactoring done in regard to using C++ casts instead of C casts and making some functions inline for speed and code size.

  • There is corresponding pull request for the SAM architecture to allow larger or smaller buffers, but with different implementation of what buffers can be omitted in which case.

Pullrequest#149 of ArduinoCore-sam corresponds to this pull request.

@github-actionsGitHub Actions
Copy link

Memory usage change @b9df583

Boardflash%RAM for global variables%
arduino:avr:LilyPadUSB❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:atmegang:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:atmegang:cpu=atmega8❔ -20 - +12-0.28 - +0.170 - 00.0 - 0.0
arduino:avr:bt:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:bt:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:chiwawa❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:circuitplay32u4cat❔ -20 - +10-0.07 - +0.030 - 0N/A
arduino:avr:diecimila:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:diecimila:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:esplora❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:ethernet❔ -20 - +12-0.06 - +0.040 - 00.0 - 0.0
arduino:avr:fio❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:gemma0 - 00.0 - 0.00 - 0N/A
arduino:avr:leonardo❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:leonardoeth❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:lilypad:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:lilypad:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:mega:cpu=atmega1280❔ -20 - +12-0.02 - +0.010 - 00.0 - 0.0
arduino:avr:mega:cpu=atmega2560❔ -20 - +12-0.01 - 0.00 - 00.0 - 0.0
arduino:avr:megaADK❔ -20 - +12-0.01 - 0.00 - 00.0 - 0.0
arduino:avr:micro❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:mini:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:mini:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:nano:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:nano:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:nano:cpu=atmega328old❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:one❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:robotControl❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:robotMotor❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:uno❔ -20 - +12-0.06 - +0.040 - 00.0 - 0.0
arduino:avr:unomini❔ -20 - +12-0.06 - +0.040 - 00.0 - 0.0
arduino:avr:unowifi❔ -20 - +12-0.06 - +0.040 - 00.0 - 0.0
arduino:avr:yun❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:yunmini❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
Click for full report table
Boardlibraries/EEPROM/examples/eeprom_clear
flash
%libraries/EEPROM/examples/eeprom_clear
RAM for global variables
%libraries/EEPROM/examples/eeprom_iteration
flash
%libraries/EEPROM/examples/eeprom_iteration
RAM for global variables
%libraries/EEPROM/examples/eeprom_update
flash
%libraries/EEPROM/examples/eeprom_update
RAM for global variables
%libraries/EEPROM/examples/eeprom_write
flash
%libraries/EEPROM/examples/eeprom_write
RAM for global variables
%libraries/EEPROM/examples/eeprom_crc
flash
%libraries/EEPROM/examples/eeprom_crc
RAM for global variables
%libraries/EEPROM/examples/eeprom_get
flash
%libraries/EEPROM/examples/eeprom_get
RAM for global variables
%libraries/EEPROM/examples/eeprom_put
flash
%libraries/EEPROM/examples/eeprom_put
RAM for global variables
%libraries/EEPROM/examples/eeprom_read
flash
%libraries/EEPROM/examples/eeprom_read
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/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/i2c_scanner
flash
%libraries/Wire/examples/i2c_scanner
RAM for global variables
%libraries/Wire/examples/master_reader
flash
%libraries/Wire/examples/master_reader
RAM for global variables
%libraries/Wire/examples/master_reader_custombuffer
flash
%libraries/Wire/examples/master_reader_custombuffer
RAM for global variables
%libraries/Wire/examples/master_writer
flash
%libraries/Wire/examples/master_writer
RAM for global variables
%libraries/Wire/examples/master_writer_custombuffer
flash
%libraries/Wire/examples/master_writer_custombuffer
RAM for global variables
%libraries/Wire/examples/slave_receiver
flash
%libraries/Wire/examples/slave_receiver
RAM for global variables
%libraries/Wire/examples/slave_receiver_custombuffer
flash
%libraries/Wire/examples/slave_receiver_custombuffer
RAM for global variables
%libraries/Wire/examples/slave_sender
flash
%libraries/Wire/examples/slave_sender
RAM for global variables
%libraries/Wire/examples/slave_sender_custombuffer
flash
%libraries/Wire/examples/slave_sender_custombuffer
RAM for global variables
%libraries/SoftwareSerial/examples/SoftwareSerialExample
flash
%libraries/SoftwareSerial/examples/SoftwareSerialExample
RAM for global variables
%libraries/SoftwareSerial/examples/TwoPortReceive
flash
%libraries/SoftwareSerial/examples/TwoPortReceive
RAM for global variables
%
arduino:avr:LilyPadUSB00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:atmegang:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:atmegang:cpu=atmega800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.2800.0120.1700.0-12-0.1700.0-2-0.0300.0N/AN/AN/AN/A120.1700.0N/AN/AN/AN/A20.0300.0N/AN/AN/AN/A20.0300.0N/AN/AN/AN/A
arduino:avr:bt:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:bt:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:chiwawa00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:circuitplay32u4cat00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A-20-0.070N/A100.030N/A-12-0.040N/A-4-0.010N/AN/AN/AN/AN/A60.020N/AN/AN/AN/AN/A20.010N/AN/AN/AN/AN/A20.010N/AN/AN/AN/AN/A00.00N/A00.00N/A
arduino:avr:diecimila:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:diecimila:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:esplora00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:ethernet00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0600.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:fio00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:gemma00.00N/A00.00N/A00.00N/A00.00N/A
arduino:avr:leonardo00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:leonardoeth00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:lilypad:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:lilypad:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:mega:cpu=atmega128000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0200.0120.0100.0-12-0.0100.0-2-0.000.0N/AN/AN/AN/A120.0100.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:mega:cpu=atmega256000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0100.0120.000.0-12-0.000.0-2-0.000.0N/AN/AN/AN/A120.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:megaADK00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0100.0120.000.0-12-0.000.0-2-0.000.0N/AN/AN/AN/A120.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:micro00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:mini:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:mini:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:nano:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:nano:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:nano:cpu=atmega328old00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:one00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:pro:cpu=16MHzatmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:pro:cpu=16MHzatmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:pro:cpu=8MHzatmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:pro:cpu=8MHzatmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:robotControl00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A
arduino:avr:robotMotor00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A
arduino:avr:uno00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0600.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:unomini00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0600.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:unowifi00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0600.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:yun00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:yunmini00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
Click for full report CSV
Board,libraries/EEPROM/examples/eeprom_clear<br>flash,%,libraries/EEPROM/examples/eeprom_clear<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_iteration<br>flash,%,libraries/EEPROM/examples/eeprom_iteration<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_update<br>flash,%,libraries/EEPROM/examples/eeprom_update<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_write<br>flash,%,libraries/EEPROM/examples/eeprom_write<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_crc<br>flash,%,libraries/EEPROM/examples/eeprom_crc<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_get<br>flash,%,libraries/EEPROM/examples/eeprom_get<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_put<br>flash,%,libraries/EEPROM/examples/eeprom_put<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_read<br>flash,%,libraries/EEPROM/examples/eeprom_read<br>RAM for global variables,%,libraries/SPI/examples/BarometricPressureSensor<br>flash,%,libraries/SPI/examples/BarometricPressureSensor<br>RAM for global variables,%,libraries/SPI/examples/DigitalPotControl<br>flash,%,libraries/SPI/examples/DigitalPotControl<br>RAM for global variables,%,libraries/Wire/examples/SFRRanger_reader<br>flash,%,libraries/Wire/examples/SFRRanger_reader<br>RAM for global variables,%,libraries/Wire/examples/digital_potentiometer<br>flash,%,libraries/Wire/examples/digital_potentiometer<br>RAM for global variables,%,libraries/Wire/examples/i2c_scanner<br>flash,%,libraries/Wire/examples/i2c_scanner<br>RAM for global variables,%,libraries/Wire/examples/master_reader<br>flash,%,libraries/Wire/examples/master_reader<br>RAM for global variables,%,libraries/Wire/examples/master_reader_custombuffer<br>flash,%,libraries/Wire/examples/master_reader_custombuffer<br>RAM for global variables,%,libraries/Wire/examples/master_writer<br>flash,%,libraries/Wire/examples/master_writer<br>RAM for global variables,%,libraries/Wire/examples/master_writer_custombuffer<br>flash,%,libraries/Wire/examples/master_writer_custombuffer<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver<br>flash,%,libraries/Wire/examples/slave_receiver<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver_custombuffer<br>flash,%,libraries/Wire/examples/slave_receiver_custombuffer<br>RAM for global variables,%,libraries/Wire/examples/slave_sender<br>flash,%,libraries/Wire/examples/slave_sender<br>RAM for global variables,%,libraries/Wire/examples/slave_sender_custombuffer<br>flash,%,libraries/Wire/examples/slave_sender_custombuffer<br>RAM for global variables,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>flash,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>RAM for global variables,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>flash,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>RAM for global variables,%arduino:avr:LilyPadUSB,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:atmegang:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:atmegang:cpu=atmega8,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.28,0,0.0,12,0.17,0,0.0,-12,-0.17,0,0.0,-2,-0.03,0,0.0,N/A,N/A,N/A,N/A,12,0.17,0,0.0,N/A,N/A,N/A,N/A,2,0.03,0,0.0,N/A,N/A,N/A,N/A,2,0.03,0,0.0,N/A,N/A,N/A,N/A,,,,,,,,arduino:avr:bt:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:bt:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:chiwawa,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:circuitplay32u4cat,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,-20,-0.07,0,N/A,10,0.03,0,N/A,-12,-0.04,0,N/A,-4,-0.01,0,N/A,N/A,N/A,N/A,N/A,6,0.02,0,N/A,N/A,N/A,N/A,N/A,2,0.01,0,N/A,N/A,N/A,N/A,N/A,2,0.01,0,N/A,N/A,N/A,N/A,N/A,0,0.0,0,N/A,0,0.0,0,N/Aarduino:avr:diecimila:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:diecimila:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:ethernet,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.06,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:fio,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:gemma,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,arduino:avr:leonardo,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:leonardoeth,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:lilypad:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:lilypad:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:mega:cpu=atmega1280,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.02,0,0.0,12,0.01,0,0.0,-12,-0.01,0,0.0,-2,-0.0,0,0.0,N/A,N/A,N/A,N/A,12,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:mega:cpu=atmega2560,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.01,0,0.0,12,0.0,0,0.0,-12,-0.0,0,0.0,-2,-0.0,0,0.0,N/A,N/A,N/A,N/A,12,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:megaADK,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.01,0,0.0,12,0.0,0,0.0,-12,-0.0,0,0.0,-2,-0.0,0,0.0,N/A,N/A,N/A,N/A,12,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:micro,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:mini:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:mini:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:nano:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:nano:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:nano:cpu=atmega328old,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:one,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:pro:cpu=16MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:pro:cpu=16MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:pro:cpu=8MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:pro:cpu=8MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:robotControl,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,,,,,,,,arduino:avr:robotMotor,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,,,,,,,,arduino:avr:uno,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.06,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:unomini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.06,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:unowifi,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.06,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:yun,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:yunmini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0

@github-actionsGitHub Actions
Copy link

Memory usage change @4962837

Boardflash%RAM for global variables%
arduino:avr:LilyPadUSB❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:atmegang:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:atmegang:cpu=atmega8❔ -20 - +12-0.28 - +0.170 - 00.0 - 0.0
arduino:avr:bt:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:bt:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:chiwawa❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:circuitplay32u4cat❔ -20 - +10-0.07 - +0.030 - 0N/A
arduino:avr:diecimila:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:diecimila:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:esplora❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:ethernet❔ -20 - +12-0.06 - +0.040 - 00.0 - 0.0
arduino:avr:fio❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:gemma0 - 00.0 - 0.00 - 0N/A
arduino:avr:leonardo❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:leonardoeth❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:lilypad:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:lilypad:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:mega:cpu=atmega1280❔ -20 - +12-0.02 - +0.010 - 00.0 - 0.0
arduino:avr:mega:cpu=atmega2560❔ -20 - +12-0.01 - 0.00 - 00.0 - 0.0
arduino:avr:megaADK❔ -20 - +12-0.01 - 0.00 - 00.0 - 0.0
arduino:avr:micro❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:mini:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:mini:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:nano:cpu=atmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:nano:cpu=atmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:nano:cpu=atmega328old❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:one❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega168❔ -20 - +12-0.14 - +0.080 - 00.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega328❔ -20 - +12-0.07 - +0.040 - 00.0 - 0.0
arduino:avr:robotControl❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:robotMotor❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:uno❔ -20 - +12-0.06 - +0.040 - 00.0 - 0.0
arduino:avr:unomini❔ -20 - +12-0.06 - +0.040 - 00.0 - 0.0
arduino:avr:unowifi❔ -20 - +12-0.06 - +0.040 - 00.0 - 0.0
arduino:avr:yun❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
arduino:avr:yunmini❔ -20 - +10-0.07 - +0.030 - 00.0 - 0.0
Click for full report table
Boardlibraries/EEPROM/examples/eeprom_clear
flash
%libraries/EEPROM/examples/eeprom_clear
RAM for global variables
%libraries/EEPROM/examples/eeprom_iteration
flash
%libraries/EEPROM/examples/eeprom_iteration
RAM for global variables
%libraries/EEPROM/examples/eeprom_update
flash
%libraries/EEPROM/examples/eeprom_update
RAM for global variables
%libraries/EEPROM/examples/eeprom_write
flash
%libraries/EEPROM/examples/eeprom_write
RAM for global variables
%libraries/EEPROM/examples/eeprom_crc
flash
%libraries/EEPROM/examples/eeprom_crc
RAM for global variables
%libraries/EEPROM/examples/eeprom_get
flash
%libraries/EEPROM/examples/eeprom_get
RAM for global variables
%libraries/EEPROM/examples/eeprom_put
flash
%libraries/EEPROM/examples/eeprom_put
RAM for global variables
%libraries/EEPROM/examples/eeprom_read
flash
%libraries/EEPROM/examples/eeprom_read
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/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/i2c_scanner
flash
%libraries/Wire/examples/i2c_scanner
RAM for global variables
%libraries/Wire/examples/master_reader
flash
%libraries/Wire/examples/master_reader
RAM for global variables
%libraries/Wire/examples/master_reader_custombuffer
flash
%libraries/Wire/examples/master_reader_custombuffer
RAM for global variables
%libraries/Wire/examples/master_writer
flash
%libraries/Wire/examples/master_writer
RAM for global variables
%libraries/Wire/examples/master_writer_custombuffer
flash
%libraries/Wire/examples/master_writer_custombuffer
RAM for global variables
%libraries/Wire/examples/slave_receiver
flash
%libraries/Wire/examples/slave_receiver
RAM for global variables
%libraries/Wire/examples/slave_receiver_custombuffer
flash
%libraries/Wire/examples/slave_receiver_custombuffer
RAM for global variables
%libraries/Wire/examples/slave_sender
flash
%libraries/Wire/examples/slave_sender
RAM for global variables
%libraries/Wire/examples/slave_sender_custombuffer
flash
%libraries/Wire/examples/slave_sender_custombuffer
RAM for global variables
%libraries/SoftwareSerial/examples/SoftwareSerialExample
flash
%libraries/SoftwareSerial/examples/SoftwareSerialExample
RAM for global variables
%libraries/SoftwareSerial/examples/TwoPortReceive
flash
%libraries/SoftwareSerial/examples/TwoPortReceive
RAM for global variables
%
arduino:avr:LilyPadUSB00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:atmegang:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:atmegang:cpu=atmega800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.2800.0120.1700.0-12-0.1700.0-2-0.0300.0N/AN/AN/AN/A120.1700.0N/AN/AN/AN/A20.0300.0N/AN/AN/AN/A20.0300.0N/AN/AN/AN/A
arduino:avr:bt:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:bt:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:chiwawa00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:circuitplay32u4cat00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A00.00N/A-20-0.070N/A100.030N/A-12-0.040N/A-4-0.010N/AN/AN/AN/AN/A60.020N/AN/AN/AN/AN/A20.010N/AN/AN/AN/AN/A20.010N/AN/AN/AN/AN/A00.00N/A00.00N/A
arduino:avr:diecimila:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:diecimila:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:esplora00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:ethernet00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0600.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:fio00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:gemma00.00N/A00.00N/A00.00N/A00.00N/A
arduino:avr:leonardo00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:leonardoeth00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:lilypad:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:lilypad:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:mega:cpu=atmega128000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0200.0120.0100.0-12-0.0100.0-2-0.000.0N/AN/AN/AN/A120.0100.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:mega:cpu=atmega256000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0100.0120.000.0-12-0.000.0-2-0.000.0N/AN/AN/AN/A120.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:megaADK00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0100.0120.000.0-12-0.000.0-2-0.000.0N/AN/AN/AN/A120.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A20.000.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:micro00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:mini:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:mini:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:nano:cpu=atmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:nano:cpu=atmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:nano:cpu=atmega328old00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:one00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:pro:cpu=16MHzatmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:pro:cpu=16MHzatmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:pro:cpu=8MHzatmega16800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.1400.0120.0800.0-12-0.0800.0-2-0.0100.0N/AN/AN/AN/A120.0800.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:pro:cpu=8MHzatmega32800.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:robotControl00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A
arduino:avr:robotMotor00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A
arduino:avr:uno00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0600.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:unomini00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0600.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:unowifi00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0600.0120.0400.0-12-0.0400.0-2-0.0100.0N/AN/AN/AN/A120.0400.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:yun00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
arduino:avr:yunmini00.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0-20-0.0700.0100.0300.0-12-0.0400.0-4-0.0100.0N/AN/AN/AN/A60.0200.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A20.0100.0N/AN/AN/AN/A00.000.000.000.0
Click for full report CSV
Board,libraries/EEPROM/examples/eeprom_clear<br>flash,%,libraries/EEPROM/examples/eeprom_clear<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_iteration<br>flash,%,libraries/EEPROM/examples/eeprom_iteration<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_update<br>flash,%,libraries/EEPROM/examples/eeprom_update<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_write<br>flash,%,libraries/EEPROM/examples/eeprom_write<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_crc<br>flash,%,libraries/EEPROM/examples/eeprom_crc<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_get<br>flash,%,libraries/EEPROM/examples/eeprom_get<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_put<br>flash,%,libraries/EEPROM/examples/eeprom_put<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_read<br>flash,%,libraries/EEPROM/examples/eeprom_read<br>RAM for global variables,%,libraries/SPI/examples/BarometricPressureSensor<br>flash,%,libraries/SPI/examples/BarometricPressureSensor<br>RAM for global variables,%,libraries/SPI/examples/DigitalPotControl<br>flash,%,libraries/SPI/examples/DigitalPotControl<br>RAM for global variables,%,libraries/Wire/examples/SFRRanger_reader<br>flash,%,libraries/Wire/examples/SFRRanger_reader<br>RAM for global variables,%,libraries/Wire/examples/digital_potentiometer<br>flash,%,libraries/Wire/examples/digital_potentiometer<br>RAM for global variables,%,libraries/Wire/examples/i2c_scanner<br>flash,%,libraries/Wire/examples/i2c_scanner<br>RAM for global variables,%,libraries/Wire/examples/master_reader<br>flash,%,libraries/Wire/examples/master_reader<br>RAM for global variables,%,libraries/Wire/examples/master_reader_custombuffer<br>flash,%,libraries/Wire/examples/master_reader_custombuffer<br>RAM for global variables,%,libraries/Wire/examples/master_writer<br>flash,%,libraries/Wire/examples/master_writer<br>RAM for global variables,%,libraries/Wire/examples/master_writer_custombuffer<br>flash,%,libraries/Wire/examples/master_writer_custombuffer<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver<br>flash,%,libraries/Wire/examples/slave_receiver<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver_custombuffer<br>flash,%,libraries/Wire/examples/slave_receiver_custombuffer<br>RAM for global variables,%,libraries/Wire/examples/slave_sender<br>flash,%,libraries/Wire/examples/slave_sender<br>RAM for global variables,%,libraries/Wire/examples/slave_sender_custombuffer<br>flash,%,libraries/Wire/examples/slave_sender_custombuffer<br>RAM for global variables,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>flash,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>RAM for global variables,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>flash,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>RAM for global variables,%arduino:avr:LilyPadUSB,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:atmegang:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:atmegang:cpu=atmega8,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.28,0,0.0,12,0.17,0,0.0,-12,-0.17,0,0.0,-2,-0.03,0,0.0,N/A,N/A,N/A,N/A,12,0.17,0,0.0,N/A,N/A,N/A,N/A,2,0.03,0,0.0,N/A,N/A,N/A,N/A,2,0.03,0,0.0,N/A,N/A,N/A,N/A,,,,,,,,arduino:avr:bt:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:bt:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:chiwawa,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:circuitplay32u4cat,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,-20,-0.07,0,N/A,10,0.03,0,N/A,-12,-0.04,0,N/A,-4,-0.01,0,N/A,N/A,N/A,N/A,N/A,6,0.02,0,N/A,N/A,N/A,N/A,N/A,2,0.01,0,N/A,N/A,N/A,N/A,N/A,2,0.01,0,N/A,N/A,N/A,N/A,N/A,0,0.0,0,N/A,0,0.0,0,N/Aarduino:avr:diecimila:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:diecimila:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:ethernet,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.06,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:fio,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:gemma,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,arduino:avr:leonardo,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:leonardoeth,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:lilypad:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:lilypad:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:mega:cpu=atmega1280,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.02,0,0.0,12,0.01,0,0.0,-12,-0.01,0,0.0,-2,-0.0,0,0.0,N/A,N/A,N/A,N/A,12,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:mega:cpu=atmega2560,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.01,0,0.0,12,0.0,0,0.0,-12,-0.0,0,0.0,-2,-0.0,0,0.0,N/A,N/A,N/A,N/A,12,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:megaADK,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.01,0,0.0,12,0.0,0,0.0,-12,-0.0,0,0.0,-2,-0.0,0,0.0,N/A,N/A,N/A,N/A,12,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,2,0.0,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:micro,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:mini:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:mini:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:nano:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:nano:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:nano:cpu=atmega328old,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:one,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:pro:cpu=16MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:pro:cpu=16MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:pro:cpu=8MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.14,0,0.0,12,0.08,0,0.0,-12,-0.08,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.08,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:pro:cpu=8MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:robotControl,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,,,,,,,,arduino:avr:robotMotor,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,,,,,,,,arduino:avr:uno,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.06,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:unomini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.06,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:unowifi,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.06,0,0.0,12,0.04,0,0.0,-12,-0.04,0,0.0,-2,-0.01,0,0.0,N/A,N/A,N/A,N/A,12,0.04,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:yun,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0arduino:avr:yunmini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-20,-0.07,0,0.0,10,0.03,0,0.0,-12,-0.04,0,0.0,-4,-0.01,0,0.0,N/A,N/A,N/A,N/A,6,0.02,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,2,0.01,0,0.0,N/A,N/A,N/A,N/A,0,0.0,0,0.0,0,0.0,0,0.0

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@dac1e

[8]ページ先頭

©2009-2025 Movatter.jp