summaryrefslogtreecommitdiff
path: root/project/Core/Inc/Activities/activity5.h
blob: 235e24194ae97d459c9b820bfd86ef9f9afc8b09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * activity5.h
 *
 *  Created on: Sep 23, 2025
 *      Author: sowgro
 */

#ifndef INC_ACTIVITIES_ACTIVITY5_H_
#define INC_ACTIVITIES_ACTIVITY5_H_

void activity5_run();

uint8_t read_and_print_char();

#endif /* INC_ACTIVITIES_ACTIVITY5_H_ */