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

23 lines
1.2 KiB
C
Raw Normal View History

2022-08-24 08:39:13 +02: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_SI5351A
#define __HW_SI5351A
#include "osc_interface.h"
void Si5351a_Init(void);
bool Si5351a_IsPresent(void);
#endif