Skip to content

Commit 6a35094

Browse files
committed
update JLed and log4arduino documentation
1 parent 361c517 commit 6a35094

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Arduino libraries and sketches.
1111
* [Sketches](#sketches)
1212
* [Interfacing SSD1306 based OLED displays (SPI)](#interfacing-ssd1306-based-oled-displays-spi)
1313
* [Colorduino RGB matrix driver](#colorduino-rgb-matrix-driver)
14-
* [CMJMCU-8x8 RGB matix](#cmjmcu-8x8-rgb-matix)
14+
* [CJMCU-8x8 RGB matix](#cjmcu-8x8-rgb-matix)
1515

1616
<!-- vim-markdown-toc -->
1717

@@ -23,12 +23,19 @@ JLed is an Arduino library to control LEDs. It uses a non-blocking approach and
2323
can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a
2424
time-driven manner.
2525

26+
<img alt="jled" width=256 src="images/jled.gif">
27+
2628
* https://github.com/jandelgado/jled
2729

2830
### log4arduino
2931

3032
A lightweight, no-frills logging library for Arduino & friends.
3133

34+
```c++
35+
LOG("hello, log4arduino.");
36+
LOG("use %s formatting: %d %c %d %c %d", "printf", 9, '+', 1, '=', 10);
37+
```
38+
3239
* https://github.com/jandelgado/log4arduino
3340
3441
## Sketches

images/jled.gif

649 KB
Loading

0 commit comments

Comments
 (0)