File tree Expand file tree Collapse file tree 9 files changed +36
-0
lines changed
Adafruit_ESP32_Arduino_Demos
streaming_nativemp3_player
CircuitPython_Hardware_SD_Cards/hello
Getting_Started_With_Raspberry_Pi_Pico/variable
NY_Tower_Light/lambda/paho
Trinkey_QT2040_Enviro_Gadget/circuitpython Expand file tree Collapse file tree 9 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ // SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
2+ //
3+ // SPDX-License-Identifier: MIT
4+
15#define SECRET_SSID "ssid"
26#define SECRET_PASS "password"
Original file line number Diff line number Diff line change 1+ // SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
2+ //
3+ // SPDX-License-Identifier: MIT
4+
15#define SECRET_SSID "ssid"
26#define SECRET_PASS "pass"
Original file line number Diff line number Diff line change 1+ // SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
2+ //
3+ // SPDX-License-Identifier: MIT
4+
15#define SECRET_SSID "ssid"
26#define SECRET_PASS "password"
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2018 Jerry Needell for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15print ('Hello, World!' )
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15"""Example of assigning a variable."""
26user_name = input ("What is your name? " )
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15__version__ = "1.1"
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2022 Eva Herrada for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15import os
26
37print ("Starting SPDX Check" )
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15import usb_cdc
26usb_cdc .enable (data = True )
You can’t perform that action at this time.
0 commit comments