You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JLed is an Arduino library to control LEDs. It uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.
21
+
22
+
JLed is an Arduino library to control LEDs. It uses a non-blocking approach and
23
+
can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a
24
+
time-driven manner.
8
25
9
26
*https://github.com/jandelgado/jled
10
27
@@ -16,12 +33,27 @@ A lightweight, no-frills logging library for Arduino & friends.
* ssd1306_sample_adafruit - sample code for ssd1306 based oled display. see [wiki](http://github.com/pacodelgado/arduino/wiki/SSD1306-based-OLED-connected-to-Arduino) for detailed information
22
-
*ssd1306_sample_u8g - sample code for ssd1306 based oled display. see [wiki](http://github.com/pacodelgado/arduino/wiki/SSD1306-based-OLED-connected-to-Arduino) for detailed information
40
+
*[ssd1306_sample_adafruit](ssd1306_sample_adafruit) - sample code for ssd1306 based oled display. see [wiki](http://github.com/jandelgado/arduino/wiki/SSD1306-based-OLED-connected-to-Arduino) for detailed information
41
+
*[ssd1306_sample_u8g](ssd1306_sample_u8g) - sample code for ssd1306 based oled display. see [wiki](http://github.com/jandelgado/arduino/wiki/SSD1306-based-OLED-connected-to-Arduino) for detailed information
23
42
24
43
25
44
### Colorduino RGB matrix driver
26
45
27
-
* see [wiki](https://github.com/pacodelgado/arduino/wiki/Colorduino) for detailed information
0 commit comments