NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
NuEdu-Basic01_7_Segment.h
Go to the documentation of this file.
1/**************************************************************************/
12#ifndef __NuEdu_Basic01_7_Segment_H__
13#define __NuEdu_Basic01_7_Segment_H__
25/*---------------------------------------------------------------------------------------------------------*/
26/* Functions */
27/*---------------------------------------------------------------------------------------------------------*/
28extern void Show_Seven_Segment(unsigned char no, unsigned char number);
29extern void Close_Seven_Segment(void);
30extern void Open_Seven_Segment(void);
31
32#endif /* end of group Nano130_Basic01_FUNCTIONS */
34 /* end of group NuEdu-SDK-Nano130_Basic01 */
36 /* end of group NANO100_Library */
38
39/*** (C) COPYRIGHT 2013-2014 Nuvoton Technology Corp. ***/
void Show_Seven_Segment(unsigned char no, unsigned char number)
This function turn on 7_Segment LED to show numbers.
void Open_Seven_Segment(void)
This function turn on 7_Segment LED.
void Close_Seven_Segment(void)
This function turn off 7_Segment LED.