Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Fixes for sending i2c bytes #24

Merged
merged 2 commits into from
Feb 18, 2016
Merged

Fixes for sending i2c bytes #24

merged 2 commits into from
Feb 18, 2016

Commits on Feb 17, 2016

  1. Fix sending i2c bytes by sending them as two 7-bit bytes.

    Mask all bytes with 0x7f to make sure all bytes sent are 7 bit data.
    FozzTexx committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    f355d63 View commit details
    Browse the repository at this point in the history
  2. Fix mask size.

    FozzTexx committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    04b2929 View commit details
    Browse the repository at this point in the history