Fix LICENCE

This commit is contained in:
Renzo Mischianti 2020-05-20 21:47:15 +02:00
parent d54594fbec
commit b6fa26e50d
3 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,9 @@ MIT License
Copyright (c) 2017 Renzo Mischianti Copyright (c) 2017 Renzo Mischianti
You may copy, alter and reuse this code in any way you like, but please leave
reference to www.mischianti.org in your comments if you redistribute this code.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights in the Software without restriction, including without limitation the rights

View File

@ -1,11 +1,18 @@
/* /*
* PCF8574 GPIO Port Expand * PCF8574 GPIO Port Expand
*
* AUTHOR: Renzo Mischianti
* VERSION: 2.2.0
*
* https://www.mischianti.org/2019/01/02/pcf8574-i2c-digital-i-o-expander-fast-easy-usage/ * https://www.mischianti.org/2019/01/02/pcf8574-i2c-digital-i-o-expander-fast-easy-usage/
* *
* The MIT License (MIT) * The MIT License (MIT)
* *
* Copyright (c) 2017 Renzo Mischianti www.mischianti.org All right reserved. * Copyright (c) 2017 Renzo Mischianti www.mischianti.org All right reserved.
* *
* You may copy, alter and reuse this code in any way you like, but please leave
* reference to www.mischianti.org in your comments if you redistribute this code.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights * in the Software without restriction, including without limitation the rights

View File

@ -1,6 +1,6 @@
name=PCF8574 library name=PCF8574 library
version=2.2.0 version=2.2.0
author=Reef author=Renzo Mischianti <renzo.mischianti@gmail.com>
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com> maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
sentence=Arduino/ESP8266 library for PCF8574 sentence=Arduino/ESP8266 library for PCF8574
paragraph=Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01). paragraph=Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).