Skip to content

Commit eaf839f

Browse files
rfm-poi: add SPDX headers, .test.only file
1 parent 62efc22 commit eaf839f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

rfm-poi/.feather_rfm.test.only

Whitespace-only changes.

rfm-poi/bmp.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2023 Phillip Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// BMP-reading code. Much of this is adapted from the Adafruit_ImageReader
26
// library, which is extremely LCD-display-centric and turned out to be
37
// neither workable nor easily extensible into what was needed here. That's

rfm-poi/rfm-poi.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Phillip Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
14

25
/*
36
DotStar POV poi using Adafruit Feather RP2040 RFM. Unlike prior POV poi

0 commit comments

Comments
 (0)