nodemcu-firmware/docs
Natalia ab61e9c03a I2C sw driver with support of multiple buses, Slow, Fast, FastPlus, and user-defined speed selection (#2465)
* I2C driver speed-up, i2c.SLOW, i2c.FAST and user-defined speed selection

* - Multiple buses (up to 10) with different speeds on each bus
- Standard(Slow, 100kHz), Fast(400kHz) and FastPlus(1MHz) modes or an 
arbitrary clock speed
- Sharing SDA line over multiple I²C buses to save available pins
- GPIO16 pin can be used as SCL pin, but it does not support clock 
stretching and selected bus will be limited to FAST speed.

* Dynamic memory allocation, error checks, simplification, timing tweaks.

* Separated the code of old driver for better compatibility and simplicity

* Change of driver interface

* Add bus status check in setup(); simplify getDC(); remove unnesessary lines in ACK read/write

* Fix for moved doc file and trailing whitespaces
2019-04-05 06:56:11 +02:00
..
css Add Getting Started page (#2487) 2018-09-17 17:36:09 +01:00
img Remove self-managed PyFlasher screen shot 2019-02-17 20:40:54 +01:00
js Only process relative links on RTD 2019-02-11 22:52:26 +01:00
lua-modules Revise fifo{,sock} (#2671) 2019-02-17 18:32:16 +00:00
modules I2C sw driver with support of multiple buses, Slow, Fast, FastPlus, and user-defined speed selection (#2465) 2019-04-05 06:56:11 +02:00
build.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
compiling.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
extn-developer-faq.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
flash.md Dummy modification to test webhook 2019-02-18 10:48:55 +01:00
getting-started.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
hardware-faq.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
index.md Fix WiFi example 2019-03-09 13:46:30 +01:00
lcd.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lfs.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lua-developer-faq.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
sdcard.md Updated FatFS from 0.12a to 0.13c (#2608) 2019-01-16 22:30:42 +01:00
spiffs.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
support.md Re-organize documentation 2019-01-13 22:01:57 +01:00
upload.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00