Code for the Control Board.
Go to file
~erin d6c6b9aebe
i am going insane
2023-07-21 16:45:33 -04:00
.cargo Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00
src i am going insane 2023-07-21 16:45:33 -04:00
.gitignore Initial blank Embassy RP2040 project 2023-07-06 17:55:56 -04:00
Cargo.lock I2C? 2023-07-21 16:42:46 -04:00
Cargo.toml I2C? 2023-07-21 16:42:46 -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.