We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6c13 commit c91f540Copy full SHA for c91f540
RP2040_Prop-Maker_Feather_Examples/Arduino_Prop-Maker_Feather_Example/boot.h
@@ -1,3 +1,7 @@
1
+// SPDX-FileCopyrightText: 2023 Limor Fried for Adafruit Industries
2
+//
3
+// SPDX-License-Identifier: MIT
4
+
5
#define bootSampleRate 22050
6
7
const uint8_t PROGMEM bootAudioData[] = {
RP2040_Prop-Maker_Feather_Examples/Arduino_Prop-Maker_Feather_Example/hithere.h
#define hithereSampleRate 22050
const uint8_t PROGMEM hithereAudioData[] = {
0 commit comments