Skip to content

Commit 2a78cb1

Browse files
committed
Added DImSwith to "Other libraries (not included with the IDE)"
This library let you control electronic dimmable ballasts for fluorescent light tubes remotely as if using a wall switch.
1 parent 04c6609 commit 2a78cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/libraries.md

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Libraries that don't rely on low-level access to AVR registers should work well.
142142
- [Blynk](https://github.com/blynkkk/blynk-library) - easy IoT framework for Makers (check out the [Kickstarter page](http://tiny.cc/blynk-kick)).
143143
- [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library.git)
144144
- [DHT-sensor-library](https://github.com/adafruit/DHT-sensor-library) - Arduino library for the DHT11/DHT22 temperature and humidity sensors. Download latest v1.1.1 library and no changes are necessary. Older versions should initialize DHT as follows: `DHT dht(DHTPIN, DHTTYPE, 15)`
145+
- [DimSwitch](https://github.com/krzychb/DimSwitch) - Control electronic dimmable ballasts for fluorescent light tubes remotely as if using a wall switch.
145146
- [Encoder](https://github.com/PaulStoffregen/Encoder) - Arduino library for rotary encoders. Version 1.4 supports ESP8266.
146147
- [NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) - Adafruit's NeoPixel library, now with support for the ESP8266 (use version 1.0.2 or higher from Arduino's library manager).
147148
- [NeoPixelBus](https://github.com/Makuna/NeoPixelBus) - Arduino NeoPixel library compatible with ESP8266. Use the "DmaDriven" or "UartDriven" branches for ESP8266. Includes HSL color support and more.

0 commit comments

Comments
 (0)