RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
Relay.h File Reference
#include <stdio.h>
#include <wiringPi.h>
#include "BaseComponent.h"
Include dependency graph for Relay.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RumPi::Relay
 A relay driven by a single GPIO pin (output-only, like an LED). More...
 

Namespaces

namespace  RumPi
 RumPi is the library's top-level facade.