Skip to content

Commit c91f540

Browse files
committed
adding spdx to arduino audio headers
1 parent 38e6c13 commit c91f540

File tree

2 files changed

+8
-0
lines changed
  • RP2040_Prop-Maker_Feather_Examples/Arduino_Prop-Maker_Feather_Example

2 files changed

+8
-0
lines changed

RP2040_Prop-Maker_Feather_Examples/Arduino_Prop-Maker_Feather_Example/boot.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2023 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define bootSampleRate 22050
26

37
const uint8_t PROGMEM bootAudioData[] = {

RP2040_Prop-Maker_Feather_Examples/Arduino_Prop-Maker_Feather_Example/hithere.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2023 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define hithereSampleRate 22050
26

37
const uint8_t PROGMEM hithereAudioData[] = {

0 commit comments

Comments
 (0)