Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the common S88 sensors. #166

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 3, 2021

  1. Added the S88 defines to the default config.h

    Mikado committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    0a9c8d6 View commit details
    Browse the repository at this point in the history
  2. Added the S88 classes and the changes in sensors.cpp to send the sign…

    …als from the sensors back to the command station.
    Mikado committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c3c3cdd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Added S88_Init at end of setup routine

    Mikado committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f97b766 View commit details
    Browse the repository at this point in the history
  2. Added the S88Mega include, because it seems the right place for the f…

    …ile (comment 2 line)
    Mikado committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    42b966e View commit details
    Browse the repository at this point in the history
  3. Added config.h / config.example.h to ensure the define S88_Mega is av…

    …ailable
    
    checkAll: Added S88Mega->loop if no int/timer is used
    checkAll: Check for changes of the S88 busses
    printall: Send the current status os all S88 sensors
    Mikado committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    feeb183 View commit details
    Browse the repository at this point in the history
  4. Added the define for S88_MEGA and the choice if the end user want's t…

    …o use an int/timer or the arduino-loop
    Mikado committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    70d26bc View commit details
    Browse the repository at this point in the history
  5. Added comments, fixed bugs introduced while merging my old source to …

    …the new base.
    
    Tested with / without int/timers on my railroad. The trains can now be completely driven by the computer software
    Mikado committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    448ca5a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Added comments from the forum

    Mikado committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    cc89724 View commit details
    Browse the repository at this point in the history
  2. Added the defines for the S88_BUSx_LENGTH, so the user can change the…

    … according values
    Mikado committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    9aadc41 View commit details
    Browse the repository at this point in the history