micropython/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
library Document parameter "data" of i2c.mem_read() more clear 2014-11-15 18:31:37 +00:00
tutorial
Makefile
conf.py docs: Bump version to 1.3.6. 2014-11-04 19:04:12 +00:00
contents.rst
general.rst
index.rst
license.rst
make.bat
quickref.rst
topindex.html docs: Update front page to display date of last update. 2014-11-04 18:51:29 +00:00