https://github.com/theopolis/ds1077l-linux
Helper program to set P/N (MUX/DIV) on a DS1077L oscillator within Linux.
https://github.com/theopolis/ds1077l-linux
Last synced: over 1 year ago
JSON representation
Helper program to set P/N (MUX/DIV) on a DS1077L oscillator within Linux.
- Host: GitHub
- URL: https://github.com/theopolis/ds1077l-linux
- Owner: theopolis
- Created: 2013-02-08T09:41:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-08T09:41:42.000Z (over 13 years ago)
- Last Synced: 2025-02-09T00:29:38.463Z (over 1 year ago)
- Language: C
- Size: 105 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Compile:
$ gcc -o set_osc set_osc.c
Usage:
$ set_osc P DIV
Where
P = [0, 1, 2, 4, 8], a P = 0 will read the DS1077L MUX and DIV.
DIV = 2-1025
The I2C_ADDR is statically coded for 0x58 (DS1077LZ-40+).