Skip to content
Snippets Groups Projects
Commit 1a542f67 authored by Orhan-Timo Altan's avatar Orhan-Timo Altan
Browse files

Readme aktualisiert

parent f2e1ec95
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,13 @@ Möchte man mehr als 5 Time of Flight Sensoren verwenden, so müssen ebenfalls a ...@@ -33,6 +33,13 @@ Möchte man mehr als 5 Time of Flight Sensoren verwenden, so müssen ebenfalls a
- tof_array.ino<br /> - tof_array.ino<br />
<br /> <br />
**Zum messen mit den Time of Flight Sensoren wird folgende Methode verwendet:**
```arduino
int messwert = tof_array.get_distance(i);
```
- i: Time of Flight Sensor Nummer 0-4
<br />
## **Quellen:** ## **Quellen:**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment