Skip to content

Helper program to set P/N (MUX/DIV) on a DS1077L oscillator within Linux.

Notifications You must be signed in to change notification settings

theopolis/DS1077L-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Helper program to set P/N (MUX/DIV) on a DS1077L oscillator within Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages