/* -*- mode: c; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4; coding: utf-8 -*- */ /************************************************************************************ ** ** ** UHSDR ** ** a powerful firmware for STM32 based SDR transceivers ** ** ** **---------------------------------------------------------------------------------** ** ** ** File name: ** ** Description: ** ** Last Modified: ** ** Licence: GNU GPLv3 ** ************************************************************************************/ #ifndef __HW_SI570 #define __HW_SI570 #include "osc_interface.h" void Si570_Init(void); // non-critical device information reading float32_t Si570_GetStartupFrequency(void); uint8_t Si570_GetI2CAddress(void); #endif