Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bits_time_of_flight_controller
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bits_libs
bits_time_of_flight_controller
Commits
f48e1d3c
Commit
f48e1d3c
authored
3 years ago
by
Severin Landwein
Browse files
Options
Downloads
Patches
Plain Diff
finish review
parent
0e256616
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
BITs_tof_array.h
+7
-3
7 additions, 3 deletions
BITs_tof_array.h
examples/tof_array/tof_array.ino
+1
-1
1 addition, 1 deletion
examples/tof_array/tof_array.ino
with
8 additions
and
4 deletions
BITs_tof_array.h
+
7
−
3
View file @
f48e1d3c
/*
* Klasse: BITsTimeOfFlight
*
* Zur
e
rzeugung eines Arrays gefüllt mit Objekten für die Ansteuerung von mehreren VL53L0X Time of Flight Sensoren
* Zur
E
rzeugung 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"
...
...
This diff is collapsed.
Click to expand it.
examples/tof_array/tof_array.ino
+
1
−
1
View file @
f48e1d3c
//#define DEBUG_TOF
#include
"
BIT
s_tof_array.h"
#include
"
bit
s_tof_array.h"
BITsTimeOfFlight
tof_array
;
int
test
[
5
]
=
{};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment