Skip to content

MC145192 PLL synthesizer control library for Arduino

Notifications You must be signed in to change notification settings

sh123/MC145192-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MC145192 PLL library

Introduction

This library is used to control Motorola MC145192 PLL frequency synthesizer, which is used in some VHF/UHF handheld transceivers.

The MC145192 is a low–voltage single–package synthesizer with serial interface capable of direct usage up to 1.1 GHz. Controlled using SPI bus.

MC145192 specification - http://pdf.datasheetcatalog.com/datasheet/motorola/MC145192.pdf

Usage

#include <SPI.h>
#include <MC145192.h> 

MC145192 PLL(CS_PIN);

void setup(){        
    // TBD
}

Releases

No releases published

Packages

No packages published

Languages