diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-30 15:30:46 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-30 15:30:46 -0400 |
| commit | aff39df39db30502e03297d5754857b21e1a8455 (patch) | |
| tree | fdebaac136f91ce981e78c1444cef78f2f6787b0 /project/Core/Inc/Activities | |
| parent | 0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1 (diff) | |
| download | 340-repo-Sowgro-aff39df39db30502e03297d5754857b21e1a8455.tar.gz 340-repo-Sowgro-aff39df39db30502e03297d5754857b21e1a8455.tar.bz2 340-repo-Sowgro-aff39df39db30502e03297d5754857b21e1a8455.zip | |
activity6
Diffstat (limited to 'project/Core/Inc/Activities')
| -rw-r--r-- | project/Core/Inc/Activities/activity7.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/project/Core/Inc/Activities/activity7.h b/project/Core/Inc/Activities/activity7.h new file mode 100644 index 0000000..bb0c4f4 --- /dev/null +++ b/project/Core/Inc/Activities/activity7.h @@ -0,0 +1,13 @@ +/* + * activity7.h + * + * Created on: Sep 30, 2025 + * Author: sowgro + */ + +#ifndef INC_ACTIVITIES_ACTIVITY7_H_ +#define INC_ACTIVITIES_ACTIVITY7_H_ + +void activity7_run(); + +#endif /* INC_ACTIVITIES_ACTIVITY7_H_ */ |
