rfm-poi: add SPDX headers, .test.only file

This commit is contained in:
Phillip Burgess 2023-05-22 12:53:28 -07:00
parent 62efc2266a
commit eaf839f829
3 changed files with 7 additions and 0 deletions

View file

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// BMP-reading code. Much of this is adapted from the Adafruit_ImageReader // BMP-reading code. Much of this is adapted from the Adafruit_ImageReader
// library, which is extremely LCD-display-centric and turned out to be // library, which is extremely LCD-display-centric and turned out to be
// neither workable nor easily extensible into what was needed here. That's // neither workable nor easily extensible into what was needed here. That's

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2023 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/* /*
DotStar POV poi using Adafruit Feather RP2040 RFM. Unlike prior POV poi DotStar POV poi using Adafruit Feather RP2040 RFM. Unlike prior POV poi