Add Copyright notice

This commit is contained in:
Nik 2020-10-07 18:07:37 +02:00
parent a900b85895
commit aff1815722
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
/*
LED Fading mit NodeMCU v 1.0
*/
* LED Fading mit NodeMCU v 1.0
*
* (c) Nikos Papagiannopoulos
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class RgbLed {
int ledRedPin;