Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/Arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Chris--A/Arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: EEPROM_2.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    acbd8bc View commit details
    Browse the repository at this point in the history
  2. Added ready function.

    Chris--A committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    a209440 View commit details
    Browse the repository at this point in the history
  3. Improved EEPtr for better iteration. And standardised its behavior.

    Taking the address of an EERef will now return an EEPtr as well.
    Chris--A committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    db80e32 View commit details
    Browse the repository at this point in the history
  4. Added bit handling to EEPROM library.

    Now reading and writing of individual bits is possible.
    Chris--A committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    6a8e3b9 View commit details
    Browse the repository at this point in the history
  5. Added extended iteration functionality to EEPROM library.

    Now arbitrary ranges can be iterated. Also EEMEM variables can be serialized with this feature.
    Chris--A committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    2f67caf View commit details
    Browse the repository at this point in the history
  6. Fixed EEPROM examples to remove any doubt for beginners.

    Fixes arduino/Arduino#5488
    Fixes #3841
    Chris--A committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    c6d7839 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff78b24 View commit details
    Browse the repository at this point in the history
  8. Added String handling to EEPROM put() & get() functions.

    Also added another overload for EEMEM get() overload.
    Chris--A committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    f4f5333 View commit details
    Browse the repository at this point in the history
  9. Tidy up of EEPROM.h.

    Chris--A committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    dd9703c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92707f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08f50d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Configuration menu
    Copy the full SHA
    7881805 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Merge pull request #3 from eric-wieser/const-eeprom

    Comparing, reading, and writing EEPtr is a const operation
    Chris--A authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    0c40784 View commit details
    Browse the repository at this point in the history
Loading