Skip to content

Commit 7721280

Browse files
committed
adding SPDX to arduino code
and none since it is for Pico only and not an available platform
1 parent 4a06a05 commit 7721280

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

PiCowbell_Adalogger_Examples/Arduino_PiCowbell_Adalogger_Example/Arduino_PiCowbell_Adalogger_Example.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2023 Liz Clark for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
const int _MISO = 16;
26
const int _MOSI = 19;
37
const int _CS = 17;

0 commit comments

Comments
 (0)