This is file Delay.h
This file is part of HX711 routines
/*============================================================================*/ /* Copyright (c)2017, Isaac Marino Bavaresco All rights reserved. */ /*============================================================================*/ #if !defined __DELAY_H__ #define __DELAY_H__ /*============================================================================*/ unsigned char _Delay_us ( unsigned char t ); #define Delay_us(t) _Delay_us((t)-2) void Delay_ms ( unsigned short t ); /*============================================================================*/ #endif /* !defined __DELAY_H__ */ /*============================================================================*/
file: /Techref/member/IMB-yahoo-J86/Delay.h.htm, 1KB, , updated: 2019/8/19 05:24, local time: 2024/11/17 21:47,
owner: IMB-yahoo-J86,
18.217.55.29: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://massmind.ecomorder.com/Techref/member/IMB-yahoo-J86/Delay.h.htm"> <PRE></PRE></A> |
Did you find what you needed? |