Skip to content

Commit a926dc3

Browse files
committed
working arduino library
1 parent 0e26521 commit a926dc3

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Arduino/ColorSpike_LED/src/ColorSpike_LED.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ColorSpike_LED {
4444
* @param clock Arduino pin number of the clock line
4545
* @param data Arduino pin number of the data line
4646
*/
47-
ColorSpike_LED(int clock, int data);
47+
ColorSpike_LED(int clock, int data) : clk_pin(clock), data_pin(data) {}
4848

4949
/*!
5050
* Initialize the LED board. This will turn off all the LEDs.

cspike.h c_interface/cspike.h

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)