Skip to content
Snippets Groups Projects
Commit f48e1d3c authored by Severin Landwein's avatar Severin Landwein
Browse files

finish review

parent 0e256616
No related branches found
No related tags found
No related merge requests found
/*
* Klasse: BITsTimeOfFlight
*
* Zur erzeugung eines Arrays gefüllt mit Objekten für die Ansteuerung von mehreren VL53L0X Time of Flight Sensoren
* Zur Erzeugung eines Arrays gefüllt mit Objekten für die Ansteuerung von mehreren VL53L0X Time of Flight Sensoren
*
* O.-T. Altan, Januar 2022
*
*/
#ifndef BITSTOF_H
#define BITSTOF_H
/*
* Auslagerung in source Datei wünschenswert.
*/
#ifndef BITS_TOF_ARRAY_H
#define BITS_TOF_ARRAY_H
#include "Adafruit_VL53L0X.h"
......
//#define DEBUG_TOF
#include "BITs_tof_array.h"
#include "bits_tof_array.h"
BITsTimeOfFlight tof_array;
int test[5] = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment