.. Foo documentation master file, created by sphinx-quickstart on Mon Jul 21 22:05:54 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ========================= esp-idf-lib/shiftregister ========================= .. doxygenfile:: shiftregister.h Resources ========= - `Shift register `_ on Wikipedia - `Shift Registers `_ on sparkfun. - `SNx4HC595 8-Bit Shift Registers With 3-State Output Registers `_ (data sheet) - `Application Note Designing with Shift Registers `_ GPIO ==== Bit-banging with GPIOs. C header file: .. code-block:: c #include .. doxygenfile:: shiftregister_gpio.h