Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Blog entries by thannara123

thannara123
1 min read
Views
484
Uncategorized
#include <REGX51.H> #include<delay.h> void framescaning(unsigned char,int); void framescaning(unsigned char k,int m) { unsigned char b[] = {0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80}; P2 = b[m]; P0 = ~k; delay(1); } void...

Part and Inventory Search

Back
Top