12 #ifndef __NuEdu_Basic01_7_Segment_H__ 13 #define __NuEdu_Basic01_7_Segment_H__ void Show_Seven_Segment(unsigned char no, unsigned char number)
This function turn on 7_Segment LED to show numbers.
void Close_Seven_Segment(void)
This function turn off 7_Segment LED.
void Open_Seven_Segment(void)
This function turn on 7_Segment LED.