|
| 1 | +# Deneyap Real Time Clock MCP7940 Arduino Library |
| 2 | +[FOR TURKISH VERSION](docs/README_tr.md)  |
| 3 | + |
| 4 | +***** Add photo **** |
| 5 | + |
| 6 | +Arduino library for Deneyap Real Time Clock MCP7940 |
| 7 | + |
| 8 | +## :mag_right:Specifications |
| 9 | +- `Product ID` **M50**, **mpv1.0** |
| 10 | +- `MCU` MCP79400 |
| 11 | +- `Weight` |
| 12 | +- `Module Dimension` |
| 13 | +- `I2C address` 0x6F, 0x57 |
| 14 | + |
| 15 | +| Address | | |
| 16 | +| :--- | :--- | |
| 17 | +| 0x6F, 0x57 | default address | |
| 18 | + |
| 19 | +## :closed_book:Documentation |
| 20 | +Deneyap Real Time Clock MCP7940 |
| 21 | + |
| 22 | +[MCP7940](https://ww1.microchip.com/downloads/en/DeviceDoc/MCP79400-MCP79401-MCP79402-Data-Sheet-20005009G.pdf) |
| 23 | + |
| 24 | +[How to install a Arduino Library](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries) |
| 25 | + |
| 26 | +## :pushpin:Deneyap Real Time Clock MCP7940 |
| 27 | +This Arduino library allows you to use Deneyap Real Time Clock MCP7940 with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral. |
| 28 | + |
| 29 | +## :globe_with_meridians:Repository Contents |
| 30 | +- `/docs ` README_tr.md and product photos |
| 31 | +- `/examples ` Examples with .ino extension sketches |
| 32 | +- `/src ` Source files (.cpp .h) |
| 33 | +- `keywords.txt ` Keywords from this library that will be highlighted in the Arduino IDE |
| 34 | +- `library.properties ` General library properties for the Arduino package manager |
| 35 | + |
| 36 | +## Version History |
| 37 | +1.0.0 - initial release |
| 38 | + |
| 39 | +## :rocket:Hardware Connections |
| 40 | +- Deneyap Real Time Clock and Board can be connected with I2C cable |
| 41 | +- or 3V3, GND, SDA and SCL pins can be connected with jumper cables |
| 42 | + |
| 43 | +|Real Time Clock| Function | Board pins | |
| 44 | +|:--- | :--- | :---| |
| 45 | +|3.3V | Power |3.3V | |
| 46 | +|GND | Ground | GND | |
| 47 | +|SDA | I2C Data | SDA pin | |
| 48 | +|SCL | I2C Clock | SCL pin | |
| 49 | +|OUT | OUTPUT pin| | |
| 50 | + |
| 51 | +## :bookmark_tabs:License Information |
| 52 | +Please review the [LICENSE](https://github.com/deneyapkart/deneyap-gercek-zamanli-saat-arduino-library/blob/master/LICENSE) file for license information. |
| 53 | + |
| 54 | +Based on Zanduino MCP7940 Arduino Library. Changed to work with Deneyap Real Time Clock MCP7940. |
0 commit comments