Skip to content
Snippets Groups Projects
Commit 1557744b authored by Rene Ebeling's avatar Rene Ebeling
Browse files

increased ranging frequency to 7 frames per second

parent ed17a1c6
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ uint16_t sensoraddress8 = 0x38; ...@@ -79,7 +79,7 @@ uint16_t sensoraddress8 = 0x38;
uint16_t wait_for_i2c = 50; uint16_t wait_for_i2c = 50;
uint16_t imageWidth = 8; uint16_t imageWidth = 8;
uint16_t ranging_frequency = 5; uint16_t ranging_frequency = 7;
uint32_t i2c_freq_hz = 600000; uint32_t i2c_freq_hz = 600000;
uint32_t baudrate = 1000000; uint32_t baudrate = 1000000;
pin_size_t SDA_PIN0 = 4; pin_size_t SDA_PIN0 = 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment