File tree 25 files changed +25
-25
lines changed 25 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -593,4 +593,4 @@ Initial public release.
593
593
594
594
---
595
595
596
- Copyright (c) 2017-2020 Shawn Silverman
596
+ Copyright (c) 2017-2021 Shawn Silverman
Original file line number Diff line number Diff line change @@ -769,4 +769,4 @@ Inspirations for this library:
769
769
770
770
---
771
771
772
- Copyright (c) 2017-2020 Shawn Silverman
772
+ Copyright (c) 2017-2021 Shawn Silverman
Original file line number Diff line number Diff line change 3
3
* the value of a DMX channel.
4
4
*
5
5
* This example is part of the TeensyDMX library.
6
- * (c) 2017-2020 Shawn Silverman
6
+ * (c) 2017-2021 Shawn Silverman
7
7
*/
8
8
9
9
#include < TeensyDMX.h>
Original file line number Diff line number Diff line change 1
1
// This file is part of the SIPHandler example in the TeensyDMX library.
2
- // (c) 2018-2020 Shawn Silverman
2
+ // (c) 2018-2021 Shawn Silverman
3
3
4
4
#ifndef SIPHANDLER_H_
5
5
#define SIPHANDLER_H_
Original file line number Diff line number Diff line change 3
3
* System Information Packets (SIP).
4
4
*
5
5
* This example is part of the TeensyDMX library.
6
- * (c) 2018-2019 Shawn Silverman
6
+ * (c) 2018-2021 Shawn Silverman
7
7
*/
8
8
9
9
// C++ includes
Original file line number Diff line number Diff line change 1
1
// This file is part of the TextPacketHandler example in the TeensyDMX library.
2
- // (c) 2018-2020 Shawn Silverman
2
+ // (c) 2018-2021 Shawn Silverman
3
3
4
4
#ifndef TEXTPACKETHANDLER_H_
5
5
#define TEXTPACKETHANDLER_H_
Original file line number Diff line number Diff line change 3
3
* to make use of Text Packets.
4
4
*
5
5
* This example is part of the TeensyDMX library.
6
- * (c) 2018-2020 Shawn Silverman
6
+ * (c) 2018-2021 Shawn Silverman
7
7
*/
8
8
9
9
// C++ includes
Original file line number Diff line number Diff line change 1
1
// This file is part of the USBProWidget example in the TeensyDMX library.
2
- // (c) 2019-2020 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
// C++ includes
5
5
#include < cstdint>
Original file line number Diff line number Diff line change 2
2
* Demonstration program that implements a USB Pro widget.
3
3
*
4
4
* This example is part of the TeensyDMX library.
5
- * (c) 2019-2020 Shawn Silverman
5
+ * (c) 2019-2021 Shawn Silverman
6
6
*/
7
7
8
8
// C++ includes
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2019 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
#if defined(__IMXRT1062__) || defined(__IMXRT1052__) || defined(__MK66FX1M0__)
5
5
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2019 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
#if defined(__IMXRT1062__) || defined(__IMXRT1052__) || defined(__MK66FX1M0__)
5
5
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2019 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
#if defined(__IMXRT1062__) || defined(__IMXRT1052__) || defined(__MK66FX1M0__)
5
5
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2019 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
#if defined(__IMXRT1062__) || defined(__IMXRT1052__) || defined(__MK66FX1M0__)
5
5
Original file line number Diff line number Diff line change 1
1
// ReceiveHandler.h defines the base class for the code that handles RX things.
2
2
// This file is part of the TeensyDMX lirary.
3
- // (c) 2019 Shawn Silverman
3
+ // (c) 2019-2021 Shawn Silverman
4
4
5
5
#ifndef TEENSYDMX_RECEIVEHANDLER_H_
6
6
#define TEENSYDMX_RECEIVEHANDLER_H_
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2017-2020 Shawn Silverman
2
+ // (c) 2017-2021 Shawn Silverman
3
3
4
4
#include " TeensyDMX.h"
5
5
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2018-2020 Shawn Silverman
2
+ // (c) 2018-2021 Shawn Silverman
3
3
4
4
// Responder.h defines a generic interface for responding to special DMX
5
5
// packets in a Receiver.
Original file line number Diff line number Diff line change 1
1
// SendHandler.h defines the base class for the code that handles TX things.
2
2
// This file is part of the TeensyDMX lirary.
3
- // (c) 2019 Shawn Silverman
3
+ // (c) 2019-2021 Shawn Silverman
4
4
5
5
#ifndef TEENSYDMX_SENDHANDLER_H_
6
6
#define TEENSYDMX_SENDHANDLER_H_
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2017-2020 Shawn Silverman
2
+ // (c) 2017-2021 Shawn Silverman
3
3
4
4
#include " TeensyDMX.h"
5
5
Original file line number Diff line number Diff line change 2
2
* Library for doing DMX on a Teensy. Note that transmit and receive can't
3
3
* be done on the same serial port.
4
4
*
5
- * (c) 2017-2020 Shawn Silverman
5
+ * (c) 2017-2021 Shawn Silverman
6
6
*/
7
7
8
8
/*
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2019 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
5
5
defined (__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2019 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
5
5
defined (__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2019 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
5
5
defined (__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
Original file line number Diff line number Diff line change 1
1
// This file is part of the TeensyDMX library.
2
- // (c) 2019 Shawn Silverman
2
+ // (c) 2019-2021 Shawn Silverman
3
3
4
4
#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
5
5
defined (__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
Original file line number Diff line number Diff line change 1
1
// IntervalTimerEx.cpp implements IntervalTimerEx.
2
2
// This file is part of the TeensyDMX library.
3
- // (c) 2020 Shawn Silverman
3
+ // (c) 2020-2021 Shawn Silverman
4
4
5
5
#include " IntervalTimerEx.h"
6
6
Original file line number Diff line number Diff line change 1
1
// IntervalTimerEx.h defines an interface to the Periodic Interrupt Timers by
2
2
// extending the Teensy library's IntervalTimer with proper callbacks.
3
3
// This file is part of the TeensyDMX library.
4
- // (c) 2020 Shawn Silverman
4
+ // (c) 2020-2021 Shawn Silverman
5
5
6
6
// See also https://github.com/luni64/TeensyHelpers for luni64's take on
7
7
// improved IntervalTimer usage.
You can’t perform that action at this time.
0 commit comments