Skip to content

Commit

Permalink
Changed library name and licence header
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiano Riccardi <[email protected]>
  • Loading branch information
Fabiano Riccardi committed Dec 16, 2018
1 parent 46ebb23 commit 10ca732
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=Dimmable Light for Arduino
name=Dimmable Light for ESP8266
version=1.0.0
author=Fabiano Riccardi
maintainer=Fabiano Riccardi <[email protected]>
sentence=This library allows you to command a light connected to a dimmer (or triac or thyristor)
paragraph=The code about the thyristor is reusable, however with library is designed to support the traditional incandescence light bulbs
sentence=This library allows you to command electrical appliances through dimmer (also known as thyristor)
paragraph=The code about thyristor is reusable, Although this library is designed to support the traditional incandescence light bulbs, this code is easy reusable to command other appliances like electrical heaters
category=Device Control
url=
architectures=esp8266
4 changes: 2 additions & 2 deletions src/dimmable_light.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2018 by Riccardi Fabiano *
* Copyright (C) 2018 by Fabiano Riccardi *
* *
* This file is part of Dimmable Light for Arduino. *
* This file is part of Dimmable Light for ESP8266. *
* *
* Dimmable Light for Arduino is free software; you can redistribute *
* it and/or modify it under the terms of the GNU General Public *
Expand Down
4 changes: 2 additions & 2 deletions src/dimmable_light.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2018 by Riccardi Fabiano *
* Copyright (C) 2018 by Fabiano Riccardi *
* *
* This file is part of Dimmable Light for Arduino. *
* This file is part of Dimmable Light for ESP8266. *
* *
* Dimmable Light for Arduino is free software; you can redistribute *
* it and/or modify it under the terms of the GNU General Public *
Expand Down
4 changes: 2 additions & 2 deletions src/dimmable_light_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2018 by Riccardi Fabiano *
* Copyright (C) 2018 by Fabiano Riccardi *
* *
* This file is part of Dimmable Light for Arduino. *
* This file is part of Dimmable Light for ESP8266. *
* *
* Dimmable Light for Arduino is free software; you can redistribute *
* it and/or modify it under the terms of the GNU General Public *
Expand Down
4 changes: 2 additions & 2 deletions src/dimmable_light_manager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2018 by Riccardi Fabiano *
* Copyright (C) 2018 by Fabiano Riccardi *
* *
* This file is part of Dimmable Light for Arduino. *
* This file is part of Dimmable Light for ESP8266. *
* *
* Dimmable Light for Arduino is free software; you can redistribute *
* it and/or modify it under the terms of the GNU General Public *
Expand Down
4 changes: 2 additions & 2 deletions src/thyristor.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2018 by Riccardi Fabiano *
* Copyright (C) 2018 by Fabiano Riccardi *
* *
* This file is part of Dimmable Light for Arduino. *
* This file is part of Dimmable Light for ESP8266. *
* *
* Dimmable Light for Arduino is free software; you can redistribute *
* it and/or modify it under the terms of the GNU General Public *
Expand Down
4 changes: 2 additions & 2 deletions src/thyristor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2018 by Riccardi Fabiano *
* Copyright (C) 2018 by Fabiano Riccardi *
* *
* This file is part of Dimmable Light for Arduino. *
* This file is part of Dimmable Light for ESP8266. *
* *
* Dimmable Light for Arduino is free software; you can redistribute *
* it and/or modify it under the terms of the GNU General Public *
Expand Down

0 comments on commit 10ca732

Please sign in to comment.