Skip to content

Commit 4d625f7

Browse files
committed
fix installation command
1 parent 8db7ab4 commit 4d625f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PulseSensor_C_Pi/PulseSensor_C_Pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pulse Sensor + C + Raspberry Pi
22
The example code here is written in C to run on Raspberry Pi. There are two programs: **Pulse Sensor Timer** and **Pulse Sensor Gnuplot**. They both rely on the WiringPi library, which should have been included in your OS distribution. If not, go to [wiringPi](http://wiringpi.com/) to download it. You might want to update it while you're at it. Open a terminal window and type in
33

4-
sudo get-apt update wiringPi
4+
sudo apt install wiringpi
55

66
## Things you'll need
77

0 commit comments

Comments
 (0)