Skip to content

Commit fa4af55

Browse files
Add SPDX nubbins to EyeLights CircuitPython examples
1 parent d7baed6 commit fa4af55

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

EyeLights_Accelerometer_Tap/code.py

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/code.py

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/code.py

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)