Gregory Nutt
|
5356e3d747
|
Since I can't (yet) get rid of the sanity checks in config.h, I suppose I should at least update the checks.
|
2016-05-11 11:07:00 -06:00 |
Alan Carvalho de Assis
|
ea15ead6cc
|
RGB LED driver
|
2016-02-22 08:43:32 -06:00 |
Gregory Nutt
|
2244ed46bc
|
nuttx/drivers: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-14 07:32:58 -06:00 |
Gregory Nutt
|
69ce24c70c
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:31:13 -06:00 |
Gregory Nutt
|
8c9bddf998
|
I2C: Eliminate the I2C_WRITE and I2C_READ macros
|
2016-02-01 08:57:22 -06:00 |
Gregory Nutt
|
3a781a2d3f
|
Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:36:47 -06:00 |
Gregory Nutt
|
ceb415204e
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 08:00:16 -06:00 |
Gregory Nutt
|
78f2ce05f8
|
drivers: Move discrete user LED drivrs from drivers/discrete to drivers/leds
|
2015-12-15 08:23:53 -06:00 |
Gregory Nutt
|
d62a626703
|
Adds a driver for the PCA9635PW I2C LED driver IC which can be used to control the intensity of up to 16 LEDs. From Alexander Entinger
|
2015-12-15 08:05:10 -06:00 |