UHSDR/UHSDR-active-devel/mchf-eclipse/drivers/ui/oscillator/osc_si570.h

27 lines
1.3 KiB
C
Raw Normal View History

2022-11-08 16:13:55 +01:00
/* -*- 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