Files
SyncHome/trunk/workspace/00_Lib/avr_dramTest/SPIPrinting.h
topicchi 0b6afad8fe
2023-09-22 06:03:48 +00:00

13 lines
185 B
C

//Copyright 2011 Charles Lohr under the MIT/X11 License.
#ifndef _PRINTFS_H
#define _PRINTFS_H
#define PRINTF_BUFFER_SIZE 128
void SetupPrintf();
void SPIPutChar( char c );
#endif