/*********************************************************************************************/ /* Program : SPI.H */ /* Function : SPI Utility Procedures Header File */ /* Author : John F. Fitter B.E. */ /* */ /* Copyright © 1998 Eagle Air Australia Pty. Ltd. All rights reserved */ /*********************************************************************************************/ #ifndef _SPI_H #define _SPI_H // Function prototypes extern void setup_spi(unsigned char mode); extern void spi_write(unsigned char txdata); extern unsigned char spi_read(unsigned char txdata); #endif // _SPI_H // ***** EOF SPI.H *****
See:
file: /Techref/microchip/language/c/spi_h.htm, 1KB, , updated: 2006/1/9 12:01, local time: 2024/11/5 03:04,
18.221.12.52:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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://linistepper.com/Techref/microchip/language/c/spi_h.htm"> microchip language c spi_h</A> |
Did you find what you needed? |