docs: add info about what I used to make this

This commit is contained in:
Jet Pham 2025-10-01 23:50:54 -07:00
parent 6045406ea1
commit c8b6ff7ffe
No known key found for this signature in database

View file

@ -38,6 +38,11 @@ This project requires Nix for development. Follow these steps to set up the deve
nix develop nix develop
``` ```
## Tools and Documentation
- **[The Rust on ESP Book](https://docs.espressif.com/projects/rust/book/preface.html)** - Embedded Rust development guide
- **[FireBeetle 2 Board ESP32-C6 Wiki](https://wiki.dfrobot.com/SKU_DFR1075_FireBeetle_2_Board_ESP32_C6#Pin%20Definition)** - Hardware documentation and pin definitions
## Running ## Running
To run the project: To run the project: