An open API service indexing awesome lists of open source software.

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.

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