mirror of
https://github.com/nqrduck/ATM.git
synced 2024-11-26 20:12:32 +00:00
re-added comments
This commit is contained in:
parent
60aa41c2f2
commit
75566abfef
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
/*
|
||||
This library uses the BigNumber library (included) from Nick Gammon
|
||||
Modified by J. Pfitzer from David Fannin (https://github.com/dfannin/adf4351), KK6DF for usage with an ESP32 board
|
||||
MIT License
|
||||
|
||||
This is part of the Arduino Library for the ADF4351 PLL wideband frequency synthesizer
|
||||
*/
|
||||
|
||||
#ifndef __ADF4351_H__
|
||||
#define __ADF4351_H__
|
||||
|
||||
|
|
Loading…
Reference in a new issue