An interface to DS1302 real-time-clock component
| src | Initial version. | |
| .gitignore | Initial version. | |
| Makefile | Initial version. | |
| README.md | Updated email in README. | |
| VERSION | Initial version. | |
ds1302(1) -- an interface to DS1302 real-time-clock component
SYNOPSIS
ds1302
ds1302 '1999年12月31日 23:59:59'
ds1302 start
ds1302 stop
ds1302 read [ year | month | day | weekday | hours | minutes | seconds ]
ds1302 write [ year | month | day | weekday | hours | minutes | seconds ] VALUE
DESCRIPTION
ds1302 is an utility to control a DS1302 real-time-clock component.
EXAMPLES
Some exmamples
OVERVIEW
Many options are available to ds1302 in order to give as much flexibility as possible to the user.
EXIT STATUS
0 Successful program execution.
1 Usage, syntax or environment error.
2 Operational error.
ENVIRONMENT
FILES
/etc/ds1302.conf DS1302 wiring configuration file.
HISTORY
2018 Created by Emilis Dambauskas (dev@emilis.net).