Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
]
C
Alternating< T >
Alternate blinking of to LEDs in a specific rhythm
►
C
Alternating< DiscreteGroup< 2 > >
C
AlternatingPin
Alternate blinking of two pins
►
C
Alternating< Fastled_IF >
C
AlternatingFastLED
Alternate blinking of two FastLED pixels
►
C
Alternating< HT16K33 >
C
AlternatingHT16K33
Alternate blinking of two HT16K33 outputs
►
C
Alternating< NeoPixel >
C
AlternatingPixel
Alternate blinking of two Neopixels
►
C
Alternating< PCA9685 >
C
AlternatingPCA9685
Alternate blinking of two PCA9685 outputs
►
C
Alternating< PCF8574_IF >
C
AlternatingPCF8574
Alternate blinking of two PCF8547 pins
C
Blink< T >
Blink
a LED (an output)
►
C
Blink< DiscretePin >
C
BlinkPin
Blink
a discrete pin
►
C
Blink< Fastled_IF >
C
BlinkFastLED
Blink
a FastLED pixel
►
C
Blink< HT16K33 >
C
BlinkHT16K33
Blink
a LED on a HT16K33 output
►
C
Blink< NeoPixel >
C
BlinkPixel
Blink
a Neopixel
►
C
Blink< PCA9685 >
C
BlinkPCA9685
Blink
a LED on a PCA9685 output
►
C
Blink< PCF8574_IF >
C
BlinkPCF8574
Blink
a PCF8547 pin
C
Bounce5< T >
Bounce 5 LEDs between left and right
►
C
Bounce5< DiscreteGroup< 5 > >
C
Bounce5Pin
Bounce 5 LEDs between left and right
►
C
Bounce5< Fastled_IF >
C
Bounce5FastLED
Bounce 5 FastLED pixels between left and right
►
C
Bounce5< HT16K33 >
C
Bounce5HT16K33
Bounce 5 LEDs on HT16K33 between left and right
►
C
Bounce5< NeoPixel >
C
Bounce5Pixel
Bounce 5 Neopixel between left and right
►
C
Bounce5< PCA9685 >
C
Bounce5PCA9685
Bounce 5 LEDs on PCA9685 between left and right
►
C
Bounce5< PCF8574_IF >
C
Bounce5PCF8547
Bounce 5 PCF8547 pin between left and right
C
Button
Read a button
C
Effect< T >
Effect
LED
►
C
Effect< DiscretePin >
C
EffectPin
Enable several effects on a discrete pin
►
C
Effect< Fastled_IF >
C
EffectFastLED
Enable several effects on a FastLED
►
C
Effect< HT16K33 >
C
EffectHT16K33
Enable several effects on a HT16K33 output
►
C
Effect< NeoPixel >
C
EffectPixel
Enable several effects on a Neopixel
►
C
Effect< PCA9685 >
C
EffectPCA9685
Enable several effects on a PCA9685 output
►
C
Effect< PCF8574_IF >
C
EffectPCF8547
Enable several effects on a PCF8547 output
C
Flicker< T >
Simulate a flickering light like a fire
►
C
Flicker< DiscretePin >
C
FlickerPin
Simulate a flickering light like a fire
►
C
Flicker< Fastled_IF >
C
FlickerFastLED
Simulate a flickering light like a fire on a FastLED
►
C
Flicker< HT16K33 >
C
FlickerHT16K33
Simulate a flickering light like a fire on a HT16K33
►
C
Flicker< NeoPixel >
C
FlickerPixel
Simulate a flickering light like a fire on a Neopixel
►
C
Flicker< PCA9685 >
C
FlickerPCA9685
Simulate a flickering light like a fire on a PCA9685
►
C
Flicker< PCF8574_IF >
C
FlickerPCF8547
Simulate a flickering light like a fire on a PCF8547 pin
C
Fluorescent< T >
Simulation of a fluorescent lamp or fluorescent tube
►
C
Fluorescent< DiscretePin >
C
FluorescentPin
Simulate a fluorescent lamp
►
C
Fluorescent< Fastled_IF >
C
FluorescentFastLED
Imitiate fluorescent lamp with a FastLED
►
C
Fluorescent< HT16K33 >
C
FluorescentHT16K33
Imitiate fluorescent lamp with a HT16K33 output
►
C
Fluorescent< NeoPixel >
C
FluorescentPixel
Imitiate fluorescent lamp with a Neopixel
►
C
Fluorescent< PCA9685 >
C
FluorescentPCA9685
Imitiate fluorescent lamp with a PCA9685 output
►
C
Fluorescent< PCF8574_IF >
C
FluorescentPCF8547
Imitiate fluorescent lamp with a PCF8547 pin
C
Heartbeat< T >
Heart beat - dims up and down permanentely
►
C
Heartbeat< DiscretePin >
C
HeartbeatPin
Heart beat LED on a discrete pin
►
C
Heartbeat< Fastled_IF >
C
HeartbeatFastLED
Heart beat a FastLED
►
C
Heartbeat< HT16K33 >
C
HeartbeatHT16K33
Heart beat a HT16K33
►
C
Heartbeat< NeoPixel >
C
HeartbeatPixel
Heart beat a Neopixel
►
C
Heartbeat< PCA9685 >
C
HeartbeatPCA9685
Heart beat a PCA9685
►
C
Heartbeat< PCF8574_IF >
C
HeartbeatPCF8547
Heart beat a PCF8547 pin
C
HT16K33expander
HT16K33 Expander Hardware class
C
LittleTimer
Simple timer
C
MiniTimer
Very simple timer
C
OnOff< T >
OnOff
►
C
OnOff< DiscretePin >
C
OnOffPin
On/off Arduino pin
►
C
OnOff< Fastled_IF >
C
OnOffFastLED
On/off one FastLED
►
C
OnOff< HT16K33 >
C
OnOffHT16K33
On/off one output on HT16K33
►
C
OnOff< NeoPixel >
C
OnOffPixel
On/off one Neopixel
►
C
OnOff< PCA9685 >
C
OnOffPCA9685
On/off one output on PCA9685
►
C
OnOff< PCF8574_IF >
C
OnOffPCF8547
On/off one PCF8547 pin
C
PCF8574expander
PCF8574 Expander Hardware class
C
Pulse< T >
Pulse
an output for a period of time and than switches off
►
C
Pulse< DiscretePin >
C
PulsePin
Pulse
a discrete Arduino pin (monoflop)
►
C
Pulse< Fastled_IF >
C
PulseFastLED
Pulse
a FastLED (monoflop)
►
C
Pulse< HT16K33 >
C
PulseHT16K33
Pulse
a HT16K33 output (monoflop)
►
C
Pulse< NeoPixel >
C
PulsePixel
Pulse
a Neopixel (monoflop)
►
C
Pulse< PCA9685 >
C
PulsePCA9685
Pulse
a PCA9685 output (monoflop)
►
C
Pulse< PCF8574_IF >
C
PulsePCF8547
Pulse
a PCF8547 pin (monoflop)
C
Rhythm< T >
Show a specific rhythm
►
C
Rhythm< DiscretePin >
C
RhythmPin
Show a specific rhythm on a LED
►
C
Rhythm< Fastled_IF >
C
RhythmFastLED
Show a specific rhythm on a FastLED
►
C
Rhythm< HT16K33 >
C
RhythmHT16K33
Show a specific rhythm on a HT16K33 output
►
C
Rhythm< NeoPixel >
C
RhythmPixel
Show a specific rhythm on a Neopixel
►
C
Rhythm< PCA9685 >
C
RhythmPCA9685
Show a specific rhythm on a PCA9685 output
►
C
Rhythm< PCF8574_IF >
C
RhythmPCF8547
Show a specific rhythm on a PCF8547 pin
C
Smooth< T >
Dim up / down a LED dimms smoothly
►
C
Smooth< DiscretePin >
C
SmoothPin
Switch on a LED smoothly
►
C
Smooth< Fastled_IF >
C
SmoothFastLED
Switch on/off a FastLED smoothly
►
C
Smooth< HT16K33 >
C
SmoothHT16K33
Switch on/off a HT16K33 output smoothly
►
C
Smooth< NeoPixel >
C
SmoothPixel
Switch on/off a Neopixel smoothly
►
C
Smooth< PCA9685 >
C
SmoothPCA9685
Switch on/off a PCA9685 output smoothly
►
C
Smooth< PCF8574_IF >
C
SmoothPCF8547
Switch on/off a PCF8547 pin smoothly
C
Trafficlight< T >
Traffic light
►
C
Trafficlight< DiscreteGroup< 3 > >
C
TrafficlightPin
Traffic light with 3 LEDs
►
C
Trafficlight< Fastled_IFGroup< 3 > >
C
TrafficlightFastLED
Traffic light with 3 FastLED
►
C
Trafficlight< HT16K33Group< 3 > >
C
TrafficlightHT16K33
Traffic light with 3 HT16K33 outputs
►
C
Trafficlight< NeoPixelGroup< 3 > >
C
TrafficlightPixel
Traffic light with 3 Neopixel
►
C
Trafficlight< PCA9685Group< 3 > >
C
TrafficlightPCA9685
Traffic light with 3 PCA9685 outputs
►
C
Trafficlight< PCF8574_IFGroup< 3 > >
C
TrafficlightPCF8547
Traffic light with 3 PCF8547 pin
C
Turnsignal< T >
Turnsignals for a car
►
C
Turnsignal< DiscreteGroup< 3 > >
C
TurnsignalPin
Turnsignals for a car with 3 LEDs
►
C
Turnsignal< Fastled_IFGroup< 3 > >
C
TurnsignalFastLED
Turnsignals for a car with 3 FastLEDs
►
C
Turnsignal< HT16K33Group< 3 > >
C
TurnsignalHT16K33
Turnsignals for a car with 3 HT16K33 outputs
►
C
Turnsignal< NeoPixelGroup< 3 > >
C
TurnsignalPixel
Turnsignals for a car with 3 Neopixels
►
C
Turnsignal< PCA9685Group< 3 > >
C
TurnsignalPCA9685
Turnsignals for a car with 3 PCA9685 outputs
►
C
Turnsignal< PCF8574_IFGroup< 3 > >
C
TurnsignalPCF8547
Turnsignals for a car with 3 PCF8547 pins
Generated by
1.9.3