Fixed SPDX comments
This commit is contained in:
parent
ec2c675927
commit
01f63d6fe4
11 changed files with 33 additions and 33 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
|
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Simple HTTP get webclient test
|
* Simple HTTP get webclient test
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
|
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <WiFi101.h>
|
#include <WiFi101.h>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// NeXT non-ADB Keyboard to USB converter
|
// NeXT non-ADB Keyboard to USB converter
|
||||||
// This will take an older NeXT keyboard, talk to it, and turn the keycodes into a USB keyboard
|
// This will take an older NeXT keyboard, talk to it, and turn the keycodes into a USB keyboard
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: Berkeley
|
||||||
|
|
||||||
#include "wsksymdef.h"
|
#include "wsksymdef.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: Berkeley
|
||||||
|
|
||||||
/* $OpenBSD: wsksymdef.h,v 1.32 2008/06/26 05:42:19 ray Exp $ */
|
/* $OpenBSD: wsksymdef.h,v 1.32 2008/06/26 05:42:19 ray Exp $ */
|
||||||
/* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */
|
/* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
const int pinAnalogXInput = 3;
|
const int pinAnalogXInput = 3;
|
||||||
const int pinAnalogYInput = 1;
|
const int pinAnalogYInput = 1;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
const int pinBtnUp = 0;
|
const int pinBtnUp = 0;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#define KEYREPEAT 85 // delay when repeating characters
|
#define KEYREPEAT 85 // delay when repeating characters
|
||||||
#define KEYDELAY 200 // delay from first to second character
|
#define KEYDELAY 200 // delay from first to second character
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#define REPEATRATE 100 // milliseconds
|
#define REPEATRATE 100 // milliseconds
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
const int pinAnalogXInput = 3;
|
const int pinAnalogXInput = 3;
|
||||||
const int pinAnalogYInput = 1;
|
const int pinAnalogYInput = 1;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
|
// SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
|
||||||
#
|
//
|
||||||
# SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#include "Adafruit_FreeTouch.h"
|
#include "Adafruit_FreeTouch.h"
|
||||||
#include "FastLED.h"
|
#include "FastLED.h"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue