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.

Recent content by Wong Sing Sing

  1. W

    Greenhouse monitoring and controlling system

    //Header file #include <p18F4520.h> #include <delays.h> #include <adc.h> #include <system4520.h> #include <stdio.h> #include <LCD.h> #define CHANNEL0 0b10000001 // AN0(ra0) #define fan PORTBbits.RB4 void read_adc(void); unsigned short read_temp(void); unsigned short result; unsigned...

Part and Inventory Search

Back
Top