Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

node-spi: added getters / setters and some examples #2

Merged
merged 16 commits into from Feb 1, 2013

Commits on Oct 22, 2012

  1. Tinkerings.

    1. Correctly expose constants as documented.
    2. Adding "delay" as a property in the C wrapper.
    3. Changed internal function full_duplex_transfer to actually accept
    speed, delay and size as arguments.
    4. Passing aforementioned values into spi_ioc_transfer, which is
    ignored currently.
    vicary committed Oct 22, 2012
    Copy the full SHA
    36f024c View commit details
    Browse the repository at this point in the history
  2. Document fix on options.

    Vicary Archangel committed Oct 22, 2012
    Copy the full SHA
    a886151 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2012

  1. formatting

    anders94 committed Dec 20, 2012
    Copy the full SHA
    735ab79 View commit details
    Browse the repository at this point in the history
  2. formatting / uncommented device open / prep rx buffer so it is the sa…

    …me size as the tx buffer
    anders94 committed Dec 20, 2012
    Copy the full SHA
    775ac67 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2012

  1. minor re-wording

    anders94 committed Dec 21, 2012
    Copy the full SHA
    206e31f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2013

  1. getters and setters for options / more examples in README

    added:
      mode()
      chipSelect()
      bitsPerWord()
      bitOrder()
        ORDER_MSB
        ORDER_LSB
      maxSpeed()
      halfDuplex()
      loopback()
    
    Not all options work on all platforms.
    anders94 committed Feb 1, 2013
    Copy the full SHA
    bf1f72d View commit details
    Browse the repository at this point in the history
  2. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    9d3f2de View commit details
    Browse the repository at this point in the history
  3. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    b73b790 View commit details
    Browse the repository at this point in the history
  4. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    7d3a70b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a933594 View commit details
    Browse the repository at this point in the history
  6. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    923b6bc View commit details
    Browse the repository at this point in the history
  7. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    925efa9 View commit details
    Browse the repository at this point in the history
  8. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    84b198b View commit details
    Browse the repository at this point in the history
  9. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    6d06c98 View commit details
    Browse the repository at this point in the history
  10. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    0ab0955 View commit details
    Browse the repository at this point in the history
  11. wording fixes

    anders94 committed Feb 1, 2013
    Copy the full SHA
    6f745be View commit details
    Browse the repository at this point in the history