Skip to content

Commit

Permalink
updated readme.md for build instructions as in issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
wallarug committed Apr 8, 2019
1 parent cb4bb14 commit 2e51657
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,24 @@ Use with https://github.com/adafruit/seesaw/

Until our library is allowed to be included into the adafruit/seesaw repository, you must clone this repository and the seesaw repository.

### Install Build Tools

```
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
sudo apt-get update
sudo apt-get install gcc-arm-embedded
```

### Clone Repositories

```
git clone https://github.com/robotics-masters/mm1-hat-seesaw
git clone https://github.com/adafruit/seesaw/
cd seesaw/
cp -r ../mm1-hat-seesaw/firmware/mm1_hat boards/mm1_hat
```


## Build commands

The default board is `debug`. You can build a different one using:
Expand Down

0 comments on commit 2e51657

Please sign in to comment.