Fixed a few files
This commit is contained in:
parent
d487d40b67
commit
778ca22c21
5 changed files with 6 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: GPLv3
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Name: Blinking Eyes - based on code by Brad Blumenthal, MAKE Magazine
|
Name: Blinking Eyes - based on code by Brad Blumenthal, MAKE Magazine
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: GPLv3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Blinking Eyes - based on code by Brad Blumenthal, MAKE Magazine
|
Blinking Eyes - based on code by Brad Blumenthal, MAKE Magazine
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
|
||||||
|
// SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
|
@ -22,7 +23,7 @@
|
||||||
by Bruce Allen and Bill Gentles
|
by Bruce Allen and Bill Gentles
|
||||||
|
|
||||||
Version 2.0 Adds Arduino IDE 1.6.7 and greater Wire support
|
Version 2.0 Adds Arduino IDE 1.6.7 and greater Wire support
|
||||||
Mike Barela for Adafruit Industries
|
Anne Barela for Adafruit Industries
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code
|
// include the library code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue