From a5728462aeedddc595e9f84a16dbb7b8aa9dea1c Mon Sep 17 00:00:00 2001 From: Otto Kalliorinne <ottokalliorinne@gmail.com> Date: Thu, 25 Mar 2021 15:26:06 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c039d7925..7adb096f4 100644 --- a/README.md +++ b/README.md @@ -3,27 +3,25 @@ Carl Österberg (grade 4), Otto Kalliorinne (4), Alba Gallego (grade 4) ### Introduction -We plan to make a gaming mouse using the shell of an old RZ01-0201 gaming mouse. +The plan is to develop a gaming mouse using the shell of an old RZ01-0201 gaming mouse. ### Features: * cursor movement(obviously) * right and left mouseclick (mouse1/2) * sidebuttons (mouse4/5) * dpi buttons (2) -* if time allows: - * scrollwheel with button (mouse3)!!!! ### Components: * Reuse of old side and dpi buttons (separate board with 5-pin cable to nucleo). * 2 D2F switches. -* Custom nucleo board with MCU STM32F401RE -* PixArt PMW3389 sensor -* Shell of RZ01-0201 +* Custom nucleo board with MCU STM32F401RE. +* PixArt PMW3389 sensor. +* Shell of RZ01-0201. * The rest of the components used is found in the Kicad project file, together with the PCB cutout and design. ### Software specs -* USB mouse driver written in Rust using RTIC -* +* USB mouse driver written in Rust with RTIC. +* Software with support for the features stated above. https://github.com/stm32-rs/stm32f4xx-hal @@ -44,3 +42,4 @@ The important connections are those that are going to be processed explicitly in * PC11(52) = MISO * PC12(53) = MOSI + -- GitLab