Skip to content

Instantly share code, notes, and snippets.

View davide99's full-sized avatar
🎯
Focusing

Davide Pisanò davide99

🎯
Focusing
View GitHub Profile
@davide99
davide99 / Si5351_PSK_Ext.ino
Created March 15, 2022 09:43 — forked from NT7S/Si5351_PSK_Ext.ino
Generate PSK with an Arduino and Si5351
#include <si5351.h>
#include "Wire.h"
Si5351 si5351;
uint16_t varicode[] =
{
0b1010101011000000, // 0 NUL
0b1011011011000000, // 1 SOH
0b1011101101000000, // 2 STX
#ifndef BST_H
#define BST_H
#include <algorithm>
#include <iterator>
#include <memory>
#include <stdexcept>
//https://gist.github.com/phoemur/6dd18d608438373185f6a2457662c1c2