Skip to content
Snippets Groups Projects
Commit c9572618 authored by anttib-5's avatar anttib-5
Browse files

bare6_1

parent cbb0f8c1
Branches
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -128,7 +128,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
// //
// What is the frequency of blinking? // What is the frequency of blinking?
// //
// 2s, 0.5Hz // 1s, 1Hz
// //
// commit your answers (bare6_1) // commit your answers (bare6_1)
// //
...@@ -165,7 +165,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -165,7 +165,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
//` //`
// What is the frequency of blinking? // What is the frequency of blinking?
// //
// ** your answer here ** // 0.5s, 2Hz
// //
// Commit your answers (bare6_3) // Commit your answers (bare6_3)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment