Add as many output pins as needed, as this library manages extending GPIO outputs (GPIO Expander) by using simple and economic shift registers (SIPO). Designed for 74HCx595 SIPO shift registers.
Simplifies extending GPIO outputs by usage of simple and economic shift registers (SIPO shift registers), designed for the 74HCx595. The library takes care of keeping the shift register output pins updated transparently to the user by implementing an API analog to the Arduino digitalRead() and digitalWrite() functions (and adding a digitalToggle()-kind method as present in other platforms). In addition an extended API adds methods to manipulate one or several pins outputs simultaneously: set or reset all the pins in a single call, set or reset pins through a bitmask, etc. The library provides a mechanism to create 'virtual ports' that can handle a subset of contiguous pins, allowing the user to treat them as a single entity, for 1 to 16 pins long segments. This ESP32 version includes data integrity and race conditions protection, so it can be used in multi-threaded environments, such as the ESP32 FreeRTOS tasks.
Filename | Release Date | File Size |
---|---|---|
ShiftRegGPIOXpander_ESP32-3.0.0.zip | 2025-06-08 | 791.41 KiB |
ShiftRegGPIOXpander_ESP32-2.0.0.zip | 2025-05-15 | 391.49 KiB |
ShiftRegGPIOXpander_ESP32-1.1.3.zip | 2025-04-09 | 381.60 KiB |
ShiftRegGPIOXpander_ESP32-1.1.2.zip | 2025-04-02 | 349.54 KiB |
ShiftRegGPIOXpander_ESP32-1.1.1.zip | 2025-04-01 | 340.45 KiB |