Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /****************************************Copyright (c)**************************************************
- **
- ** http://www.powermcu.com
- **
- **--------------File Info-------------------------------------------------------------------------------
- ** File name: AsciiLib.h
- ** Descriptions: None
- **
- **------------------------------------------------------------------------------------------------------
- ** Created by: AVRman
- ** Created date: 2010-11-2
- ** Version: 1.0
- ** Descriptions: The original version
- **
- **------------------------------------------------------------------------------------------------------
- ** Modified by:
- ** Modified date:
- ** Version:
- ** Descriptions:
- ********************************************************************************************************/
- #ifndef __AsciiLib_H
- #define __AsciiLib_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- void GetASCIICode(unsigned char* pBuffer,unsigned char ASCII);
- #ifdef __cplusplus
- }
- #endif
- #endif
- /*********************************************************************************************************
- END FILE
- *********************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement