Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 323 Bytes

Mouse Firmware in Rust

Rust firmware for computer mice.

This repo is split into two parts:

  • mouse-libs

    Drivers for mouse components using embedded-hal interfaces.

    more.

  • mouse-fw

    Specific firmware implementation using the forementioned libraries.

    more.