From f4a69b2c2d55d7c5fa8851188f65c4725d8e0c13 Mon Sep 17 00:00:00 2001 From: Akseli Uunila <akseli.uunila@gmail.com> Date: Mon, 20 Feb 2023 14:27:01 +0200 Subject: [PATCH] Convert table image to markdown table --- docs/group_assignments/group2/assignment4.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/group_assignments/group2/assignment4.md b/docs/group_assignments/group2/assignment4.md index a35763c..620c069 100644 --- a/docs/group_assignments/group2/assignment4.md +++ b/docs/group_assignments/group2/assignment4.md @@ -99,6 +99,12 @@ XIAO RP2040, XIAO ESP32C3, and XIAO SAMD2 are Since the processor clock speeds are different, it is interesting to calculate the signal frequency per processor speed. This is shown in the following table. - + +||read in-out speed (MHz)|processor speed (MHz)|ratio| +|---|---|---|---| +|xiao RP2040|10.23|133|0.07692| +|xiao ESP32C3|3.81|160|0.02375| +|xiao SAMD21|3.69|49|0.07688| + Table: Signal frequencies, the processor clock speeds, and the ratio of the signal frequency to the processor speed. -- GitLab