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 Hridoy C Borman

  1. Hridoy C Borman

    [SOLVED] MicroC Pro PWM not working with 16F73 need help

    MicroC Pro PWM not working with 16F73 need help unsigned short duty_c; // Define variable duty_c void initMain() { ANSEL = 0; PORTC = TRISC = 0; PWM1_Init(50); } void main() { initMain(); duty_c = 127; // Initial value of duty-cycle PWM1_Start(); // Start PWM1 module...

Part and Inventory Search

Back
Top