This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/MCU/MCU_3 _TIM_Interrupt/led_num.h

16 lines
133 B
C

#ifndef _LED_NUM_H_
#define _LDE_NUM_H_
void hello_display();
void hello_push();
void num_display();
void num_push();
#endif