Usart2.h 112 B

12345678910
  1. #ifndef __USART2_H
  2. #define __USART2_H
  3. #include <stdint.h>
  4. #include <stdio.h>
  5. void Usart2_Init(void);
  6. #endif