generated from TDD-Templates/cmake_cpputest_template
Added a section for tracking dependencies. Also added instructions for using arduino IDE to program it.
This commit is contained in:
parent
6aa800ddc2
commit
b054ca3821
12
README.md
12
README.md
|
@ -15,7 +15,14 @@
|
||||||
|
|
||||||
### Main Project
|
### 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
|
### Tests
|
||||||
|
|
||||||
|
@ -73,4 +80,7 @@ tree -L 1
|
||||||
|
|
||||||
6 directories, 7 files
|
6 directories, 7 files
|
||||||
```
|
```
|
||||||
|
## Project Dependencies
|
||||||
|
|
||||||
|
- RadioHead RFM9x Library
|
||||||
|
- TinyGPS++
|
||||||
|
|
Loading…
Reference in New Issue