1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/hardware/arduino/avr/libraries
Chris--A d6637e7f08 Updated EEPROM storage class
To avoid having a .cpp just for an extern variable definition, `static`
has been chosen over `extern`.

As the `EEPROMClass` class simply wraps functionality located elsewhere,
it is completely compiled away. Even though each translation unit which
includes the header will get a copy with internal linkage, there is no
associated overhead.

More info
[here](http://stackoverflow.com/questions/29098518/extern-variable-only-in-header-unexpectedly-working-why)
2015-03-18 18:56:08 +10:00
..
EEPROM Updated EEPROM storage class 2015-03-18 18:56:08 +10:00
SoftwareSerial SoftwareSerial: match bool API with HardwareSerial 2015-03-05 12:30:01 +01:00
SPI Corrected some email contacts. 2015-02-05 16:47:22 +01:00
Wire missing paragraph field in library.properties 2014-07-18 20:08:01 +02:00