Code for the Control Board.
Go to file
~erin d527c14f04
Release profile optimization
2023-07-20 12:09:49 -04:00
.cargo Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00
src Basic lerp function 2023-07-20 12:05:19 -04:00
.gitignore Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00
Cargo.lock Test buffer and queue 2023-07-14 10:30:54 -04:00
Cargo.toml Release profile optimization 2023-07-20 12:09:49 -04:00
README.md Add README 2023-07-06 21:06:38 -04:00
memory.x Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00
rust-toolchain.toml Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00

README.md

CyberTail Code

This code will run on the Pi Pico microcontroller. It will read in data from the EEG Module, use FFT to interpret it, and then send positions to the Servo Controller.

Very much a work in progress at the moment.