/***************************************************************************** * 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 #include #include "c_type51.h" // #include "c_delay.h" #include "c_crc.h" #endif /* end _c_printf_H_ */ /***************************************************************************** ** End Of File ******************************************************************************/