Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 492 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 492 Bytes

Simple_HCSR04

A simple wrapper for the HC-SR04 Module to be used e.g. for an Arduino board.

You can use the method with multiple sensors by creating multiple Simple_HCSR04 Objects.

Documentation

The Documentation can be found in the docs/ folder. The Start Page of the Documentation can be found at docs/index.html or you can just open the GitHub pages.

Examples

Examples can be found in the examples/ folder.