Skip to content

Releases: elyons/pinduino

Added Data Port

18 Aug 23:19
ad333ee
Compare
Choose a tag to compare

This release includes a new module for the core pinduino library for controlling relays for high-voltage circuits. This module is called DataPort, and is accessible through the core pinduino library by calling the pinduino object (e.g., pd):

pd.port1()->high();
delay(75);    
pd.port1()->low();

This would send a high signal down the first port of the pinduino, which would hold a relay or tranistor on for 75 milliseconds before being turned to low.

Updated dataStream functions

03 Jul 01:29
Compare
Choose a tag to compare

Fixed a minor bug in the dataStream function. Added two new functions for dataStreamNoTail that let the color change as the LED moves along the strip. Function names are:

dataStreamNoTail2RGB
dataStreamNoTail2Color

Updated dataStream functions

10 Jun 13:42
Compare
Choose a tag to compare

Updated and cleaned up the dataStream lighting effects. Also added in dataStreamNoTail (and dataStreamRGBNoTail) for dataStream effects without a fading tail.

Updated fadeIn/fadeOut functions for all addressable LEDs

09 Jun 14:07
Compare
Choose a tag to compare

Minor update with improved handling for fading in and out all addressable LEDs connected to a pinduino.

1.2.6

18 May 20:05
Compare
Choose a tag to compare

Many new functions for new lighting effects. Added addition hooks for compatibility to different pinball board sets.