Belajar Elektro

Random post

Belajar Elektro

Powered By Blogger

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Sunday, 9 October 2022

Kode program

 //-------------------------//TEA5767 FM Radio Receiver//-------------------------#include <Wire.h>#include <TEA5767N.h>#include <LiquidCrystal.h>//-------------------------------------------TEA5767N radio = TEA5767N();LiquidCrystal lcd(3, 4, 5, 6, 7, 8);//-------------------------------------------float station[] = {76.8,87.6,97.2,91.8,91,0,98.5,102.6};int...