Skip to content

Commit

Permalink
Update tut-i2c.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalshravika authored Sep 26, 2017
1 parent 15de208 commit 8c3f730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tut-i2c.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ i2c.transfer(new Buffer([0x0D]), numBytesToRead, function (error, dataReceived)
});
```

### Sample Ouput

![output](https://i.imgur.com/Dg462Jf.jpg)

[Datasheet for accelerometer module](http://www.nxp.com/docs/en/data-sheet/MMA8452Q.pdf)

[More Informatiom on I2C Communication](https://learn.sparkfun.com/tutorials/i2c)

0 comments on commit 8c3f730

Please sign in to comment.