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/activity6.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/activity6.h')
| -rw-r--r-- | project/Core/Inc/Activities/activity6.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/project/Core/Inc/Activities/activity6.h b/project/Core/Inc/Activities/activity6.h new file mode 100644 index 0000000..f170b22 --- /dev/null +++ b/project/Core/Inc/Activities/activity6.h @@ -0,0 +1,13 @@ +/* + * activity6.h + * + * Created on: Sep 26, 2025 + * Author: sowgro + */ + +#ifndef INC_ACTIVITIES_ACTIVITY6_H_ +#define INC_ACTIVITIES_ACTIVITY6_H_ + +void activity6_run(); + +#endif /* INC_ACTIVITIES_ACTIVITY6_H_ */ |
