Skip to content

Commit

Permalink
Merge branch 'master' into fix-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler authored Mar 8, 2019
2 parents 501e687 + 7386b93 commit b67e970
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/getting-started-on-the-raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ The shell code examples below use the following convention:

Get the latest release from
https://github.com/Sensirion/embedded-uart-sps/releases/latest
(sps30-uart-1.0.0.zip for example)
(sps30-uart-1.1.0.zip for example)

```bash
# on the Raspberry Pi
$ wget https://github.com/Sensirion/embedded-uart-sps/releases/download/1.0.0/sps30-uart-1.0.0.zip
$ unzip sps30-uart-1.0.0.zip
$ wget https://github.com/Sensirion/embedded-uart-sps/releases/download/1.1.0/sps30-uart-1.1.0.zip
$ unzip sps30-uart-1.1.0.zip
```

## Get Port of the Connected Sensor
Expand All @@ -47,7 +47,7 @@ the base folder:

```bash
# on the Raspberry Pi
$ cd sps30-uart-1.0.0
$ cd sps30-uart-1.1.0
$ cp sample-implementations/linux/sensirion_uart_implementation.c sensirion_uart_implementation.c
```

Expand All @@ -62,7 +62,7 @@ to match the device you got from the step before.
Now we are ready to compile and run the sample:
```bash
# on the Raspberry Pi
$ cd sps30-uart-1.0.0
$ cd sps30-uart-1.1.0
$ make
cc -Wall -I. -I. -I. -c -o sensirion_uart_implementation.o sensirion_uart_implementation.c
cc -Wall -I. -I. -I. -c -o sensirion_shdlc.o sensirion_shdlc.c
Expand Down

0 comments on commit b67e970

Please sign in to comment.