Skip to content

Commit

Permalink
update pigpio site urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nagimov authored May 27, 2019
1 parent 2d909e8 commit 90ee814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This utility is built using `pigpio` library, which provides a `C` interface to
In order to compile `adxl345spi.c` file, install `pigpio` library first. The procedure can be shortly described as follows:

```
wget abyz.co.uk/rpi/pigpio/pigpio.zip
wget https://abyz.me.uk/rpi/pigpio/pigpio.zip
unzip pigpio.zip
cd PIGPIO
make -j4
Expand Down Expand Up @@ -89,8 +89,8 @@ which provides a stable sampling rate and reliable time steps.

[adxl345spi_binary]: https://github.com/nagimov/adxl345spi/raw/master/adxl345spi
[adxl_manual]: http://www.analog.com/en/products/mems/accelerometers/adxl345.html
[pigpio_info_C]: http://abyz.co.uk/rpi/pigpio/cif.html
[pigpio_download]: http://abyz.co.uk/rpi/pigpio/download.html
[pigpio_info_C]: https://abyz.me.uk/rpi/pigpio/cif.html
[pigpio_download]: https://abyz.me.uk/rpi/pigpio/download.html
[adxl345spi_bb_png]: adxl345spi_bb.png
[adxl345spi_schem_png]: adxl345spi_schem.png

0 comments on commit 90ee814

Please sign in to comment.