micropython/docs/library
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
..
cmath.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
gc.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
index.rst docs: Make custom index page; add more docs. 2014-11-02 23:37:02 +00:00
math.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
network.rst docs: Import documentation from source-code inline comments. 2014-10-31 01:37:19 +00:00
os.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
pyb.Accel.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
pyb.ADC.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
pyb.CAN.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
pyb.DAC.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
pyb.ExtInt.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
pyb.I2C.rst Document parameter "data" of i2c.mem_read() more clear 2014-11-15 18:31:37 +00:00
pyb.LCD.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
pyb.LED.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
pyb.Pin.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
pyb.rst stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB). 2014-11-02 15:10:15 +00:00
pyb.RTC.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
pyb.Servo.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
pyb.SPI.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
pyb.Switch.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
pyb.Timer.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
pyb.UART.rst docs: Add links from quickref to pyb classes. 2014-11-04 18:25:20 +00:00
pyb.USB_VCP.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
select.rst docs: select: Describe extra details. 2014-11-09 01:48:05 +02:00
struct.rst docs: Make custom index page; add more docs. 2014-11-02 23:37:02 +00:00
sys.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
time.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
uheapq.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
ujson.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00
usocket.rst docs: Cleanup and update some docs. 2014-10-31 22:21:37 +00:00