Added a section for tracking dependencies. Also added instructions for using arduino IDE to program it.

This commit is contained in:
jakeg00dwin 2024-09-25 11:13:42 -07:00
parent 6aa800ddc2
commit b054ca3821
1 changed files with 11 additions and 1 deletions

View File

@ -15,7 +15,14 @@
### Main Project
**To be added**
**Using Arduino IDE**
1. Install the Arduino IDE if not installed.
2. Using the library manager in the IDE install the dependencies.
3. Connect the micro-controller
4. Select your development boards version and connection under the drop-down.
5. Click the Upload button to flash the program.
### Tests
@ -73,4 +80,7 @@ tree -L 1
6 directories, 7 files
```
## Project Dependencies
- RadioHead RFM9x Library
- TinyGPS++