diff --git a/examples/.vscode/launch.json b/examples/.vscode/launch.json new file mode 100644 index 0000000000000000000000000000000000000000..5c7247b40ad5ac8f6dd3e3ae09dacc1c9f116c93 --- /dev/null +++ b/examples/.vscode/launch.json @@ -0,0 +1,7 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [] +} \ No newline at end of file diff --git a/examples/bare6.rs b/examples/bare6.rs index cafa33f3d5e42e3dee111417b7d853f02cf14b62..733f1561cb6d17926fed1c39975578111d61bf5d 100644 --- a/examples/bare6.rs +++ b/examples/bare6.rs @@ -137,15 +137,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // What is the frequency of MCO2 read by the oscilloscope? // -// ** your answer here ** +// 4Mhz // // Compute the value of SYSCLK based on the oscilloscope reading // -// ** your answer here ** +// 16Mhz // // What is the peak to peak reading of the signal? // -// ** your answer here ** +// 5.9V // // Make a folder called "pictures" in your git project. // Make a screen dump or photo of the oscilloscope output. diff --git a/pictures/bare_6_16mhz_high_speed.png b/pictures/bare_6_16mhz_high_speed.png new file mode 100644 index 0000000000000000000000000000000000000000..4216f817ddd3c7434893686c78c39bceb9a7e3c3 Binary files /dev/null and b/pictures/bare_6_16mhz_high_speed.png differ