diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-26 10:25:07 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-26 10:25:07 -0400 |
| commit | 0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1 (patch) | |
| tree | a89bca21c59fb9b5f88532b24628ba05258115f6 /project/Core/Inc/Activities/activity4.h | |
| parent | 86130c8747a4af7ce93f4ac93d1c4d9c94c917eb (diff) | |
| download | 340-repo-Sowgro-0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1.tar.gz 340-repo-Sowgro-0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1.tar.bz2 340-repo-Sowgro-0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1.zip | |
submit activity6
Diffstat (limited to 'project/Core/Inc/Activities/activity4.h')
| -rw-r--r-- | project/Core/Inc/Activities/activity4.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/project/Core/Inc/Activities/activity4.h b/project/Core/Inc/Activities/activity4.h new file mode 100644 index 0000000..6a1a93f --- /dev/null +++ b/project/Core/Inc/Activities/activity4.h @@ -0,0 +1,13 @@ +/* + * activity4.h + * + * Created on: Sep 22, 2025 + * Author: sowgro + */ + +#ifndef INC_ACTIVITIES_ACTIVITY4_H_ +#define INC_ACTIVITIES_ACTIVITY4_H_ + +void activity4_run(); + +#endif /* INC_ACTIVITIES_ACTIVITY4_H_ */ |
