nodemcu-firmware/app/driver
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
..
Makefile trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
gpio16.c source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
i2c_master.c 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
key.c Refactor timer suspend portion of node.sleep (pmsleep) (#2287) 2018-04-13 21:41:14 +02:00
onewire.c Apply power selection at the end of the write slot while IRQs are masked (#1808) 2017-03-01 12:41:17 +01:00
pwm.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
readline.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
rotary.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
sigma_delta.c Add pcm module. (#1255) 2016-06-05 23:21:36 +02:00
spi.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
switec.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
uart.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00