sdvx-controller-firmware

Crates.iosdvx-controller-firmware
lib.rssdvx-controller-firmware
version1.2.0
sourcesrc
created_at2021-07-23 17:53:47.917232
updated_at2021-11-19 21:56:46.006915
descriptionFirmware for an open-source Sound Voltex controller
homepage
repositoryhttps://github.com/linasdev/sdvx-controller-firmware
max_upload_size
id426352
size893,411
Linas Nikiperavičius (linasdev)

documentation

README

Sound Voltex Controller Firmware

This repository contains firmware for an open-sorce Sound Voltex controller.

Features

  • Utilizes the STM32F103C8T microcontroller
  • USB 2.0 12 Mbit/s (Full Speed)
  • 1 millisecond polling rate
  • Uses rotary-encoder-hal for rotary encoder input.
  • Default keyboard mappings for unnamed-sdvx-clone

Getting Started

Dependencies

To build and flash this project you will need:

Building

To build this project, run:

$ cargo build --release

Flashing

To flash the firmware, run:

$ ./flash.sh

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Commit count: 59

cargo fmt