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

Add STYLE coding style guide #29

Merged
merged 4 commits into from
Sep 10, 2016
Merged

Add STYLE coding style guide #29

merged 4 commits into from
Sep 10, 2016

Commits on May 24, 2015

  1. Configuration menu
    Copy the full SHA
    d027dac View commit details
    Browse the repository at this point in the history
  2. Add CONTRIBUTING.md

    4-20ma committed May 24, 2015
    Configuration menu
    Copy the full SHA
    799a8ef View commit details
    Browse the repository at this point in the history
  3. Fix #17 Pass Stream object to ModbusMaster

    - BREAK: This is a breaking change to the interface. ModbusMaster now takes a
      serial object which has been initialized with the appropriate baud rate.
      Any Stream object may be used, including SoftwareSerial.
    - As a byproduct of these changes, the library should now be able to be used
      on other architectures besides AVR and SAM.
    4-20ma committed May 24, 2015
    Configuration menu
    Copy the full SHA
    9e611e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f961a09 View commit details
    Browse the repository at this point in the history