From 01c5606a09f9b7917942d6dc0bd02ac948431ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Heredero?= Date: Tue, 12 Dec 2023 13:58:11 +0100 Subject: [PATCH] questions + read adc3 --- .cproject | 4 +-- Core/Inc/stm32f7xx_it.h | 1 + Core/Src/isrs.cpp | 14 ++++++++ Core/Src/main.c | 9 +++-- Core/Src/stm32f7xx_hal_msp.c | 5 +++ Core/Src/stm32f7xx_it.c | 15 +++++++++ README.md | 56 +++++++++++++++++++++++++++++++ RealtimeOscilloscope Debug.launch | 1 + RealtimeOscilloscope.ioc | 1 + 9 files changed, 102 insertions(+), 4 deletions(-) create mode 100644 Core/Src/isrs.cpp create mode 100644 README.md diff --git a/.cproject b/.cproject index 6c826b3..032667f 100644 --- a/.cproject +++ b/.cproject @@ -23,7 +23,7 @@