diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-23 15:27:41 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-23 15:27:41 -0400 |
| commit | 86130c8747a4af7ce93f4ac93d1c4d9c94c917eb (patch) | |
| tree | e289b5e59bb0143d9a744743978b2ae7360440e1 /project/Core/Inc/Activities/activity5.h | |
| parent | 73a76acef4aa14b042c9c56eef0fd19164afff42 (diff) | |
| download | 340-repo-Sowgro-86130c8747a4af7ce93f4ac93d1c4d9c94c917eb.tar.gz 340-repo-Sowgro-86130c8747a4af7ce93f4ac93d1c4d9c94c917eb.tar.bz2 340-repo-Sowgro-86130c8747a4af7ce93f4ac93d1c4d9c94c917eb.zip | |
Add activity 5
Diffstat (limited to '')
| -rw-r--r-- | project/Core/Inc/Activities/activity5.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/project/Core/Inc/Activities/activity5.h b/project/Core/Inc/Activities/activity5.h new file mode 100644 index 0000000..e74b3f0 --- /dev/null +++ b/project/Core/Inc/Activities/activity5.h @@ -0,0 +1,13 @@ +/* + * activity5.h + * + * Created on: Sep 23, 2025 + * Author: sowgro + */ + +#ifndef INC_ACTIVITIES_ACTIVITY5_H_ +#define INC_ACTIVITIES_ACTIVITY5_H_ + +void run2(); + +#endif /* INC_ACTIVITIES_ACTIVITY5_H_ */ |
