circuitpython/docs
Matthias ca0b0cb83f Document parameter "data" of i2c.mem_read() more clear
Hi,

i would like to add a little clarification to the parameter "data" of i2c.mem_read(): I misunderstood 

        ``data`` can be an integer or a buffer to read into

as "i can give a integer variable to read a integer into" .  This pull-request adds the following clarification:

         ``data`` can be an integer (number of bytes to read) or a buffer to read into

Thanks for your great work!

Best wishes,
Matthias
2014-11-15 18:31:37 +00:00
..
hardware docs: Add pdf size info to datasheet links. 2014-11-03 22:21:25 +00:00
library Document parameter "data" of i2c.mem_read() more clear 2014-11-15 18:31:37 +00:00
tutorial docs: Add debounce tutorial; order Pin methods; add pull resistor info. 2014-11-04 18:07:06 +00:00
Makefile docs: Initial commit of Sphinx documentation framework. 2014-09-25 17:23:06 +01:00
conf.py docs: Bump version to 1.3.6. 2014-11-04 19:04:12 +00:00
contents.rst docs: Make custom index page; add more docs. 2014-11-02 23:37:02 +00:00
general.rst docs: Imported tutorials from previous documentation system. 2014-09-25 17:23:06 +01:00
index.rst docs: Make custom index page; add more docs. 2014-11-02 23:37:02 +00:00
license.rst docs: Make custom index page; add more docs. 2014-11-02 23:37:02 +00:00
make.bat docs: Initial commit of Sphinx documentation framework. 2014-09-25 17:23:06 +01:00
quickref.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
topindex.html docs: Update front page to display date of last update. 2014-11-04 18:51:29 +00:00