Thanks to visit codestin.com
Credit goes to github.com

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: ponty/arduino-rtttl-player
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cefn/non-blocking-rtttl-arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 23 files changed
  • 3 contributors

Commits on Mar 17, 2013

  1. Changed to non-blocking

    Cefn Hoile committed Mar 17, 2013
    Configuration menu
    Copy the full SHA
    93cac0f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2013

  1. Configuration menu
    Copy the full SHA
    84edc4a View commit details
    Browse the repository at this point in the history
  2. Created new examples, demonstrating Ram storage, Progmem storage and …

    …use of Tone.h library
    Cefn Hoile committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    3ef2f2c View commit details
    Browse the repository at this point in the history
  3. Extensive redesign for object-orientation, simplicity of invocation a…

    …nd use of RTTTL playback simultaneously with other microcontroller functions. Tested on ATMEGA328-PU
    Cefn Hoile committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    6b3f0a9 View commit details
    Browse the repository at this point in the history
  4. Removed documentation and tests which are now inaccurate given refact…

    …oring of library.
    Cefn Hoile committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    7a310d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b768f3d View commit details
    Browse the repository at this point in the history
  6. Removed spurious println debugging.

    Cefn Hoile committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    0d9e336 View commit details
    Browse the repository at this point in the history
  7. Sanitised variable names and made them consistent. Removed unnecessar…

    …y setTonePin() function
    Cefn Hoile committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    4755e9b View commit details
    Browse the repository at this point in the history
  8. Fixed space in RTTTL example song

    Cefn Hoile committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    a14bd34 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2013

  1. Renamed Song to Player. Added boolean to indicate current play or sil…

    …ent status. Noted possible bug with reinitialising speaker. Renamed functions for consistency. Added functions to complete multiple melody control modes, playing (blocking), stepping (blocking) and polling (non-blocking). Added beep() and silence() to directly control sound output.
    Cefn Hoile committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    4bd0c54 View commit details
    Browse the repository at this point in the history
  2. Changed examples to correspond to new classes, method names and invoc…

    …ation metaphors.
    Cefn Hoile committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    ddda99d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Added notes about future return values. Added function to set transpo…

    …sition. Changed function names to say Step instead of Transition. Introduced tentative support for NewTone library. Augmented parser to allow different cases for alphabetical notes.
    Cefn Hoile committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    6e604af View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Create README.md

    cefn committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    be6579d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    cefn committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    676f954 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Configuration menu
    Copy the full SHA
    a3b08ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0545b2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    cefn committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    9940cbe View commit details
    Browse the repository at this point in the history
  4. Update README.md

    cefn committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    57efdce View commit details
    Browse the repository at this point in the history
  5. Update README.md

    cefn committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    3314911 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    cefn committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    6a23a9b View commit details
    Browse the repository at this point in the history
Loading