diff options
| author | DavePutz <dwputz@gmail.com> | 2021-03-04 13:52:40 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-04 13:52:40 -0600 |
| commit | b7f03f9487608c413d30aaa43446afad0df3ad51 (patch) | |
| tree | 28b670ae29e369aca6bbe3757d37d1720020699c | |
| parent | 2d941b070f348ef2f104825c7c6db9b22da49e83 (diff) | |
Update PulseOut.h
| -rw-r--r-- | ports/raspberrypi/common-hal/pulseio/PulseOut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/common-hal/pulseio/PulseOut.h b/ports/raspberrypi/common-hal/pulseio/PulseOut.h index 10c1a1756..4f1bb9fa7 100644 --- a/ports/raspberrypi/common-hal/pulseio/PulseOut.h +++ b/ports/raspberrypi/common-hal/pulseio/PulseOut.h @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2017-2021 Scott Shawcroft for Adafruit Industries + * Copyright (c) 2021 Dave Putz for Adafruit Industries * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
