C extension for Python to use the HC-SR04 Ultrasonic range finder
Make sure to download the wiringPi submodule and run the ./build script
Next, go into the src folder and run python setup.py install
the test.py program runs the get_range() function and takes an average over 1000 reads.
