FastLED 3.9.15
Loading...
Searching...
No Matches
fl::DigitalPin Class Reference

Detailed Description

Definition at line 19 of file digital_pin.h.

#include <digital_pin.h>

Public Types

enum  Mode { kInput = 0 , kOutput }
 

Public Member Functions

 DigitalPin (const DigitalPin &other)
 
 DigitalPin (DigitalPin &&other)=delete
 
 DigitalPin (int pin)
 
 ~DigitalPin ()
 
bool high () const
 
DigitalPinoperator= (const DigitalPin &other)
 
void setPinMode (Mode mode)
 
void write (bool is_high)
 

Private Attributes

DigitalPinImplPtr mImpl
 

The documentation for this class was generated from the following files: