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: DccPlusPlus/BaseStation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DccPlusPlus/BaseStation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 12 files changed
  • 1 contributor

Commits on Dec 21, 2015

  1. Initial changes to add RGB Light Strip

    First use of “development” branch
    DccPlusPlus committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    af1dc68 View commit details
    Browse the repository at this point in the history
  2. Added EEPROM storage for RGB Light Color

    RGB Light Control is now complete — next step is convert to optional
    library
    DccPlusPlus committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    ad43bb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Added store() to RGBLight as part of EEStore::store()

    This change recomputes the storage location for RGB data when an <E>
    command is issued to store sensor, turnout, and output definitions.  It
    also writes the current RGB color to EEPROM, even if it has not been
    previously written.
    DccPlusPlus committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    e7d6ea3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Add AutoTimer Library

    DccPlusPlus committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    bc8d769 View commit details
    Browse the repository at this point in the history
  2. Implement AutoTimer library and utilize with RGB Light

    Adds AutoTimer library using OCRA of Timer 4.  TBD:  SEE IF WE CAN MOVE
    THIS TO TIMER 2 AND SCALE COUNTDOWN SO THAT DEFAULT SETTING OF TIMER 2
    DO NOT NEED TO BE CHANGED
    DccPlusPlus committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    f1a07c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

  1. Replaced AutoTimer Library with Simplified EggTimer in code

    Now uses Timer 2 with no modifications.  Good for both Uno and Mega
    DccPlusPlus committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    1d16d39 View commit details
    Browse the repository at this point in the history
  2. Removed AutoTimer library files and folders

    No longer needed
    DccPlusPlus committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    ef2bf67 View commit details
    Browse the repository at this point in the history
  3. Updated RGB to reflect proper wiring of pins

    Green=pin 44, Red=pin 45, Blue=pin 46
    DccPlusPlus committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    16cf4b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2015

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

Commits on Dec 27, 2015

  1. Configuration menu
    Copy the full SHA
    df35ac7 View commit details
    Browse the repository at this point in the history
  2. AutoPilot Initial Confirming Testing

    Must add in EEPROM saving and any logic to enable/disable autopilot
    from DCC++ Controller
    DccPlusPlus committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    496b05d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a515d5f View commit details
    Browse the repository at this point in the history
  4. Polished up AutoPilot

    Tested interaction between AutoPilot and Controller.   Once AutoPilot
    has started (e.g. cab lights are being cycled), starting up Controller
    results in AutoPilot light showing “SINGLE_CAB_RUN.”  Turning off
    AutoPilot from Controller stops program and HALTS currently running
    train.  Input button and AutoPilot is then disabled for remained of
    session.
    DccPlusPlus committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    f8868fe View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

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