summaryrefslogtreecommitdiff
path: root/project/Core/Inc/Homework/hw4.h
blob: 447c7fc47c65d56c82e76bab14e8606c35072128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * hw4.h
 *
 *  Created on: Oct 4, 2025
 *      Author: sowgro
 */

#ifndef INC_HOMEWORK_HW4_H_
#define INC_HOMEWORK_HW4_H_

void hw4_run();

char read_and_print_char_nonblocking();

#endif /* INC_HOMEWORK_HW4_H_ */