Skip to content

arduino-collections/arduino-45

Repository files navigation

arduino

Arduino libraries and sketches.

Libraries

JLed

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.

jled

log4arduino

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

LOG("hello, log4arduino.");
LOG("use %s formatting: %d %c %d %c %d", "printf", 9, '+', 1, '=', 10);

Sketches

Interfacing SSD1306 based OLED displays (SPI)

ssd1306

Colorduino RGB matrix driver

Driver for 8x8 RGB LED matrix.

Colorduino

  • see wiki for detailed information

CJMCU-8x8 RGB matix

An 8x8 LED RGB matrix based on WS2812 "NeoPixels".

CJMCU-8*8

WEMOS D-Duino

The Wemos D-Duino is a ESP8266 board with an integrated SSD1306 OLED display connected via I2C.

wemos-d-duino

  • see example sketch for an example on how to use it with the u8g2 library.

About

Arduino libraries and sketches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • Makefile 3.7%