16F676 Archives - electroSome https://electrosome.com/topic-tag/16f676/ You Inspire.....We Create..... Thu, 08 Jan 2015 14:08:00 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Interfacing HC-SR04 Ultrasonic Sensor with PIC 16F676 using Hi-Tech C https://electrosome.com/topic/hc-sr04-ultrasonic-pic-16f676-hi-tech/ Thu, 08 Jan 2015 08:09:45 +0000 https://electrosome.com/topic/16f676-and-hc-sr04-ultrasonic-sensor-with-hi-tch/ With reference to the article Interfacing HC-SR04 Ultrasonic Distance Sensor with PIC Microcontroller, I am trying to change the microcontroller to PIC 16F676. #define _XTAL_FREQ 8000000 #define RS RC5 #define EN RC4 #define D4 RC0 #define D5 RC1 #define D6 RC2 #define D7 RC3 //#include <xc.h> #include <htc.h> #include "lcd.h"; #include <pic16f676.h> // BEGIN CONFIG […]

The post Interfacing HC-SR04 Ultrasonic Sensor with PIC 16F676 using Hi-Tech C appeared first on electroSome.

]]>