├── .gitattributes ├── GPS_Si_52 └── GPS_Si_52.ino ├── GSP_Si_Schem3.pdf ├── LICENSE ├── README.md ├── Si5351Arduino-master.zip └── doc ├── Measurement XO.JPG ├── Measurement.JPG ├── PPS_delta.JPG ├── Phase_detector_7474.JPG ├── Table.JPG ├── build.jpg ├── monitor.jpg └── monitor_XO.JPG /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/.gitattributes -------------------------------------------------------------------------------- /GPS_Si_52/GPS_Si_52.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/GPS_Si_52/GPS_Si_52.ino -------------------------------------------------------------------------------- /GSP_Si_Schem3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/GSP_Si_Schem3.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/README.md -------------------------------------------------------------------------------- /Si5351Arduino-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/Si5351Arduino-master.zip -------------------------------------------------------------------------------- /doc/Measurement XO.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/doc/Measurement XO.JPG -------------------------------------------------------------------------------- /doc/Measurement.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/doc/Measurement.JPG -------------------------------------------------------------------------------- /doc/PPS_delta.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/doc/PPS_delta.JPG -------------------------------------------------------------------------------- /doc/Phase_detector_7474.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/doc/Phase_detector_7474.JPG -------------------------------------------------------------------------------- /doc/Table.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/doc/Table.JPG -------------------------------------------------------------------------------- /doc/build.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/doc/build.jpg -------------------------------------------------------------------------------- /doc/monitor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/doc/monitor.jpg -------------------------------------------------------------------------------- /doc/monitor_XO.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikkaashoek/Arduino_SI5351_GPSDO/HEAD/doc/monitor_XO.JPG --------------------------------------------------------------------------------