Skip to content

Commit

Permalink
point to correct domain
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widerin <[email protected]>
  • Loading branch information
saily committed Dec 31, 2019
1 parent d32e6b9 commit a66283f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Python VirtualWire module for Raspberry Pi and 433MHz RF modules

This code depends on **pigpio** library and can not be used without it.

**Pigpio** library is available at [this site](http://abyz.co.uk/rpi/pigpio/)
**Pigpio** library is available at [this site](http://abyz.me.uk/rpi/pigpio/)

Follow [this](http://abyz.co.uk/rpi/pigpio/download.html) guide to install it on your platform.
Follow [this](http://abyz.me.uk/rpi/pigpio/download.html) guide to install it on your platform.

pigpio has to be running as a service. To start:
`sudo /home/pi/PIGPIO/pigpiod`
Expand Down
4 changes: 2 additions & 2 deletions piVirtualWire.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

"""
Original code made by joan http://93.93.128.176/forums/viewtopic.php?t=84596&p=598683
http://abyz.co.uk/rpi/pigpio/code/vw.zip
http://abyz.me.uk/rpi/pigpio/code/vw.zip
Requires http://abyz.co.uk/rpi/pigpio/
Requires http://abyz.me.uk/rpi/pigpio/
"""
import time, pigpio
Expand Down

0 comments on commit a66283f

Please sign in to comment.