Initial public release.
This commit is contained in:
parent
7b169e8116
commit
dac4af8d25
255 changed files with 68595 additions and 2 deletions
27
2020TPCAppNoDFU.cydsn/COMM/COMM_Util.h
Normal file
27
2020TPCAppNoDFU.cydsn/COMM/COMM_Util.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
/** \file
|
||||
* \brief Utility functions used by the communications package.
|
||||
*
|
||||
* \note As always, <project.h> and <RTOS.h> should be included <I>before</I> this file.
|
||||
*/
|
||||
|
||||
#ifndef COMM_UTIL_H
|
||||
#define COMM_UTIL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Include Files */
|
||||
|
||||
/* Preprocessor and Type Definitions */
|
||||
|
||||
/* Public Variables */
|
||||
|
||||
/* Public Functions */
|
||||
char8 * COMM_UInt64ToDecimal(uint64_t value);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // COMM_UTIL_H
|
Loading…
Add table
Add a link
Reference in a new issue