diff --git a/README.md b/README.md index eb68e82..453b189 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ The firmware is designed to be easily extensible, as new peripherals can simply **If you have any questions**, feel free to email (or slack) [markzakharyan@ucsb.edu](mailto:markzakharyan@ucsb.edu) + ## Installation @@ -20,7 +22,7 @@ This firmware is comprised of two individual PlatformIO projects, one for the M7 ## Usage -Since PlatformIO does not yet have support for the Arduino Giga, we have forked a custom implementation of PlatformIO for the Giga found at [https://github.com/afylab/platform-ststm32#develop](https://github.com/afylab/platform-ststm32#develop). This is what each project uses to build for the Giga, and is found in each project's platformio.ini. +Since PlatformIO does not yet have support for the Arduino Giga, we have forked a custom implementation of PlatformIO for the Giga found [here](https://github.com/afylab/platform-ststm32#develop). This is what each project uses to build for the Giga, and is found in each project's platformio.ini. A full guide on the code structure is being developed and can currently be found [here](https://share.note.sx/n340o95a#1ld68Rexy9NMUivdsulvSYpptsx1KMYcsj4a4mlvtj4). The location of these docs may change in the future, but a link to the newest docs will always be on this GitHub repository.