You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
752 B
30 lines
752 B
1 year ago
|
/*****************************************************************************
|
||
|
* c_printf: Header file for NXP LPC17xx Family Microprocessors
|
||
|
*
|
||
|
* Copyright (c) 2023 CCSENS
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
* History
|
||
|
* 20230205 ver 1.00 Prelimnary version, first Release
|
||
|
*
|
||
|
******************************************************************************/
|
||
|
#ifndef _c_printf_H_
|
||
|
#define _c_printf_H_
|
||
|
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
#include <stdlib.h>
|
||
|
#include "c_type51.h"
|
||
|
//
|
||
|
#include "c_delay.h"
|
||
|
#include "c_crc.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* end _c_printf_H_ */
|
||
|
/*****************************************************************************
|
||
|
** End Of File
|
||
|
******************************************************************************/
|