From c54118215a2d5d9b01083f87397f42da54bfbca1 Mon Sep 17 00:00:00 2001 From: Ridgep <ridpet-5@student.ltu.se> Date: Sat, 9 Mar 2019 18:44:24 +0100 Subject: [PATCH] bare6_4 --- examples/bare6.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/bare6.rs b/examples/bare6.rs index 09b9c97..14e3faf 100644 --- a/examples/bare6.rs +++ b/examples/bare6.rs @@ -173,15 +173,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // What is the frequency of MCO2 read by the oscilloscope? // -// ** your answer here ** +// 16 MHz // // Compute the value of SYSCLK based on the oscilloscope reading. // -// ** your answer here ** +// 4 * 16 MHz // // What is the peak to peak reading of the signal? // -// ** your answer here ** +// 5.8V // // Make a screen dump or photo of the oscilloscope output. // Save the the picture as "bare_6_64mhz_high_speed". -- GitLab