All Projects → Simsso → Shiftregister74hc595

Simsso / Shiftregister74hc595

Licence: mit
Arduino library that simplifies the usage of shift registers

Projects that are alternatives of or similar to Shiftregister74hc595

Simplecli
Command Line Interface Library for Arduino
Stars: ✭ 135 (+64.63%)
Mutual labels:  arduino, library
Cwebsocket
cWebsocket is lightweight websocket server library
Stars: ✭ 241 (+193.9%)
Mutual labels:  arduino, library
Arduino Libs
Arduino Libs & Examples: ADS1147, ADS7846, DAC8760, DS1307, RV8523, MCP2515, WS2812, S65-Display, MI0283QT-2/-9/-11, HX8347D, ILI9341, SSD1331
Stars: ✭ 148 (+80.49%)
Mutual labels:  arduino, library
Arduinosim800l
Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
Stars: ✭ 127 (+54.88%)
Mutual labels:  arduino, library
Esp Dash
A blazing fast library to create a functional dashboard for ESP8266 and ESP32
Stars: ✭ 548 (+568.29%)
Mutual labels:  arduino, library
Adafruit ina219
INA219 Current Sensor
Stars: ✭ 129 (+57.32%)
Mutual labels:  arduino, library
Lpd8806
Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)
Stars: ✭ 207 (+152.44%)
Mutual labels:  arduino, library
Md max72xx
LED Matrix Library
Stars: ✭ 186 (+126.83%)
Mutual labels:  arduino, library
Adafruit Pwm Servo Driver Library
Adafruit PWM Servo Driver Library
Stars: ✭ 300 (+265.85%)
Mutual labels:  arduino, library
Md parola
Library for modular scrolling LED matrix text displays
Stars: ✭ 282 (+243.9%)
Mutual labels:  arduino, library
Pulsesensorplayground
A PulseSensor library (for Arduino) that collects our most popular projects in one place.
Stars: ✭ 126 (+53.66%)
Mutual labels:  arduino, library
Adafruit sensor
Common sensor library
Stars: ✭ 757 (+823.17%)
Mutual labels:  arduino, library
Arduinoxinput
XInput library for USB capable Arduino boards
Stars: ✭ 126 (+53.66%)
Mutual labels:  arduino, library
Efll
eFLL (Embedded Fuzzy Logic Library) is a standard library for Embedded Systems
Stars: ✭ 131 (+59.76%)
Mutual labels:  arduino, library
Easyddns
Easy to Use ESP8266 DDNS Update Client Library.
Stars: ✭ 96 (+17.07%)
Mutual labels:  arduino, library
Adafruit Fingerprint Sensor Library
Arduino library for interfacing to the fingerprint sensor in the Adafruit shop
Stars: ✭ 273 (+232.93%)
Mutual labels:  arduino, library
Taskscheduler
Cooperative multitasking for Arduino, ESPx and STM32 microcontrollers
Stars: ✭ 613 (+647.56%)
Mutual labels:  arduino, library
Dmxusb
DMXUSB emulates an ENTTEC-compatible DMXKing USB to DMX serial device with one, two, or n universes.
Stars: ✭ 66 (-19.51%)
Mutual labels:  arduino, library
Fpm
Arduino library for the R30x/ZFMxx/FPMxx optical fingerprint sensors
Stars: ✭ 79 (-3.66%)
Mutual labels:  arduino
Rfm69 Mqtt Client
Arduino - RFM69 based sensors and MQTT gateway
Stars: ✭ 81 (-1.22%)
Mutual labels:  arduino

ShiftRegister 74HC595 Arduino Library

This library simplifies the usage of shift registers. For instance, it allows to set pins of the shift register just like normal Arduino pins:

sr.set(1, HIGH)

Please find the detailed documentation at https://timodenk.com/blog/shift-register-arduino-library/.

An example sketch can be found in this repository at /examples/example/example.ino.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].