Skip to content

Commit da4c523

Browse files
committed
Add licensing to Arduino files.
1 parent 347c62c commit da4c523

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Adafruit_NeoSlider/Arduino_NeoSlider/Arduino_NeoSlider.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
// SPDX-License-Identifier: MIT
13
/*
24
* This example shows how read the potentiometer on the I2C QT Slide Potentiometer
35
* and make the NeoPixels change too!

Adafruit_NeoSlider/Arduino_NeoSlider_Dual/Arduino_NeoSlider_Dual.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
// SPDX-License-Identifier: MIT
13
/*
24
* This example shows how read the potentiometer on the I2C QT Slide Potentiometer
35
* and make the NeoPixels change too!

0 commit comments

Comments
 (0)