#pragma once #ifndef _GRAPH_H_ #define _GRAPH_H_ /* function prototypes */ #ifdef __cplusplus extern "C" { #endif void graph_Init(void); void graph_Draw(uint32_t u_value, uint32_t i_value); #ifdef __cplusplus } #endif #endif /* _GRAPH_H_ */