Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xoseperez/pcf8583
PCF8583 Real Time Clock and Event Counter Library for Arduino
https://github.com/xoseperez/pcf8583
Last synced: 24 days ago
JSON representation
PCF8583 Real Time Clock and Event Counter Library for Arduino
- Host: GitHub
- URL: https://github.com/xoseperez/pcf8583
- Owner: xoseperez
- License: lgpl-3.0
- Created: 2021-05-07T09:01:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T09:01:43.000Z (over 3 years ago)
- Last Synced: 2024-08-07T18:28:02.474Z (3 months ago)
- Language: C++
- Size: 151 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PCF8583
PCF8583 Real Time Clock and Event Counter Library for Arduino
[![version](https://img.shields.io/badge/version-1.0.0-brightgreen.svg)](CHANGELOG.md)
[![codacy](https://img.shields.io/codacy/grade/c80622b0dd73458ab1de6aed6d01eae2/master.svg)](https://www.codacy.com/app/xoseperez/pcf8583/dashboard)
[![license](https://img.shields.io/badge/license-LGPL--3.0-orange.svg)](LICENSE)
[![donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=xose%2eperez%40gmail%2ecom&lc=US&no_note=0¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHostedGuest)
[![twitter](https://img.shields.io/twitter/follow/xoseperez.svg?style=social)](https://twitter.com/intent/follow?screen_name=xoseperez)You can read about this library in my blog post about [Counting events with Arduino and PCF8583](http://tinkerman.eldiariblau.net/counting-events-with-arduino-and-pcf8583).
Thanks to **Frederic Stuyk** for testing the library and suggesting changes to make it more useful.
## Documentation
TBD :(
See examples
## License
Copyright (C) 2013-2018 by Xose Pérez
The PCF8583 library is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.The PCF8583 library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public License
along with the PCF8583 library. If not, see .