Skip to content

Commit d7baed6

Browse files
Add SPDX license to Arduino specimens
1 parent 5f14088 commit d7baed6

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

EyeLights_Accelerometer_Tap/EyeLights_Accelerometer_Tap.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*
26
ACCELEROMETER INPUT DEMO: while the LED Glasses Driver has a perfectly
37
good clicky button for input, this code shows how one might instead use

EyeLights_Audio_Spectrum/EyeLights_Audio_Spectrum.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*
26
AUDIO SPECTRUM LIGHT SHOW for Adafruit EyeLights (LED Glasses + Driver).
37
Uses onboard microphone and a lot of math to react to music.

EyeLights_Googly_Rings/EyeLights_Googly_Rings.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*
26
GOOGLY EYES for Adafruit EyeLight LED glasses + driver. Pendulum physics
37
simulation using accelerometer and math. This uses only the rings, not the

0 commit comments

Comments
 (0)