From 679b4337b96e5f47a31d1be94f1c1e21d6495fbc Mon Sep 17 00:00:00 2001 From: Tommy Andersson <klomega89@gmail.com> Date: Mon, 15 Mar 2021 12:47:51 +0000 Subject: [PATCH] Update rtic_bare6.rs --- examples/rtic_bare6.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rtic_bare6.rs b/examples/rtic_bare6.rs index cdd5237..48cd996 100644 --- a/examples/rtic_bare6.rs +++ b/examples/rtic_bare6.rs @@ -264,7 +264,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // What is the peak to peak (voltage) reading of the signal? // -// 5.4 - 5.6 V or 4.7 - 4.8 V +// 4.8 V // // Make a folder called "pictures" in your git project. // Make a screen dump or photo of the oscilloscope output. -- GitLab