FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
sipo.h File Reference

API to handle "SIPO" (serial in parallel out) chips also known as "shift registers", like the 74HC595. More...

#include "../gpio.h"
Include dependency graph for sipo.h:

Go to the source code of this file.

Classes

class  devices::SIPO< CLOCK_, LATCH_, DATA_ >
 This template class supports one SIPO chip, connected to the MCU through 3 pins. More...
 

Namespaces

namespace  devices
 Defines all API for all external devices supported by FastArduino.
 

Detailed Description

API to handle "SIPO" (serial in parallel out) chips also known as "shift registers", like the 74HC595.

These chips provide an easy and cheap way to increase the number of digital outputs when the MCU is limited.

Definition in file sipo.h.