2.11phatsongvuongclk2
/*
Chuong trinh dieu khien bo dem C2 phat song vuong
*/
#include "stdafx.h"
#include<conio.h>
#include<stdio.h>
#include<dos.h>
#include<PCIXP.h>
void main()
{
float fre;
unsigned int add,i,temp;
add = Get_Addr("PCI_8255");
outportb(add+11, 0xB6); // Tu dieu khien cho T2 mode 3, doc viet byte thap truoc byte cao sau
printf("
\tNhap tan so: ");
scanf("%f",&fre);
temp = 1000000/fre;
outportb(add+10,temp); // Nap byte thap
outportb(add+10,temp>>8); // Nap byte cao
printf("
Bo dem C2 dang phat song vuong, voi tan so %7.0f Hz.",fre);
getch();
}
Bạn đang đọc truyện trên: AzTruyen.Top