From bc113966fcf3fba908c6cb1c0776eaa8a97afba0 Mon Sep 17 00:00:00 2001 From: HauErn Lien <lienhe81@gmail.com> Date: Wed, 2 Oct 2024 13:14:17 +0000 Subject: [PATCH] Update file hardware.html --- wiki/pages/hardware.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/pages/hardware.html b/wiki/pages/hardware.html index 42ae2d3..e8ff3d1 100644 --- a/wiki/pages/hardware.html +++ b/wiki/pages/hardware.html @@ -95,7 +95,7 @@ <div class="row mt-4"> <div class="col-lg-12"> <h3>Part 2: Control module</h3> - <p style="text-indent: 20px;">TThe control module serves as the central processing unit of the system, integrating an Arduino Uno R3 with the ATmega 328P processor. This combination allows for precise management of the device's operations. We have implemented three distinct intensity modes—low, medium, and high—to enable users to customize the concentration of muscone based on their therapeutic needs. The control system features a rotating register that seamlessly cycles through the modes: off, low, medium, and high. This design not only enhances usability but also ensures that users can easily adapt the device's functionality to suit their preferences.</p> + <p style="text-indent: 20px;">The control module serves as the central processing unit of the system, integrating an Arduino Uno R3 with the ATmega 328P processor. This combination allows for precise management of the device's operations. We have implemented three distinct intensity modes—low, medium, and high—to enable users to customize the concentration of muscone based on their therapeutic needs. The control system features a rotating register that seamlessly cycles through the modes: off, low, medium, and high. This design not only enhances usability but also ensures that users can easily adapt the device's functionality to suit their preferences.</p> <div class="image-container" style="display: flex; flex-direction: column; align-items: center;"> <img src="https://static.igem.wiki/teams/5187/wiki-hardware-fig/flowchart-final.jpg" alt="ibd_figure" class="shadowed-image" style="width: 30%; max-width: 300px;"> </div> -- GitLab