Add Copyright notice
This commit is contained in:
parent
a900b85895
commit
aff1815722
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue