1
0
Fork
You've already forked ds1302
0
An interface to DS1302 real-time-clock component
  • C 94.6%
  • Makefile 5.4%
2022年11月13日 18:19:57 +02:00
src Initial version. 2018年12月27日 07:43:44 +02:00
.gitignore Initial version. 2018年12月27日 07:43:44 +02:00
Makefile Initial version. 2018年12月27日 07:43:44 +02:00
README.md Updated email in README. 2022年11月13日 18:19:57 +02:00
VERSION Initial version. 2018年12月27日 07:43:44 +02:00

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).