Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 530 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 530 Bytes

Bluetin_Python_Echo

Python Library for Ultrasonic Module HC-SR04 Distance Measuring Transducer

Find the details about connecting the sensor and installing the library can be found in the following. Example code snippets with explanation are also in the article.

Ultrasonic Sensor Article

Installing

At the command prompt in the Raspberry Pi Terminal, execute one of the following:

pip3 install Bluetin_Echo

or

pip3 install --upgrade Bluetin_Echo