adding SPDX to arduino code

and none since it is for Pico only and not an available platform
This commit is contained in:
Liz 2023-03-06 13:03:55 -05:00
parent 4a06a058a2
commit 77212804bc
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Liz Clark for Adafruit Industries
//
// SPDX-License-Identifier: MIT
const int _MISO = 16;
const int _MOSI = 19;
const int _CS = 17;