rfm-poi: add SPDX headers, .test.only file
This commit is contained in:
parent
62efc2266a
commit
eaf839f829
3 changed files with 7 additions and 0 deletions
0
rfm-poi/.feather_rfm.test.only
Normal file
0
rfm-poi/.feather_rfm.test.only
Normal 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
|
||||
// library, which is extremely LCD-display-centric and turned out to be
|
||||
// neither workable nor easily extensible into what was needed here. That's
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue