This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Wire.h> | |
#include <VL53L0X.h> | |
VL53L0X sensor; | |
VL53L0X sensor2; | |
VL53L0X sensor3; | |
VL53L0X sensor4; | |
VL53L0X sensor5; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <avr/io.h> | |
#include <avr/interrupt.h> | |
#include <util/delay.h> | |
unsigned long int i = 0; | |
unsigned long int j = 0; | |
double x = 0.5; | |