#ifndef DELAY_H #define DELAY_H #define FOSC 4000000 // Define your xtal here. Enter xtal speed! #define delay_uS(x) {asm("rept "#x);asm("nop");asm("endm");} void delay_mS (byte mS); #endif
file: /Techref/microchip/language/c/io/lcd/hitachilcd-ak/delay_h.htm, 1KB, , updated: 2000/6/27 18:00, local time: 2024/9/13 22:17,
98.81.24.230:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/microchip/language/c/io/lcd/hitachilcd-ak/delay_h.htm"> Colorized Source Code</A> |
Did you find what you needed? |
PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.