diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-11-13 15:13:03 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-11-13 15:13:03 -0500 |
| commit | b1dbfba428fe51d17f4f99e843a37a2b4eff47b2 (patch) | |
| tree | 9924ff19b0c5c4c04fa696cfa26987dc4d69f9cb /project/Core/Src/Activties/activity12.c | |
| parent | 4a9492bec5411eb81caa3cf5883a28bd1c74a7b6 (diff) | |
| download | 340-repo-Sowgro-b1dbfba428fe51d17f4f99e843a37a2b4eff47b2.tar.gz 340-repo-Sowgro-b1dbfba428fe51d17f4f99e843a37a2b4eff47b2.tar.bz2 340-repo-Sowgro-b1dbfba428fe51d17f4f99e843a37a2b4eff47b2.zip | |
complete activity 12
Diffstat (limited to '')
| -rw-r--r-- | project/Core/Src/Activties/activity12.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/project/Core/Src/Activties/activity12.c b/project/Core/Src/Activties/activity12.c new file mode 100644 index 0000000..f1aa16d --- /dev/null +++ b/project/Core/Src/Activties/activity12.c @@ -0,0 +1,14 @@ +/* + * activity12.c + * + * Created on: Nov 13, 2025 + * Author: sowgro + */ + +#include "dac.h" + +void activity12_run() { + DAC_Init(); + DAC_Start(); + DAC_Set_Value(1000); +} |
