diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-26 16:27:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-26 16:27:48 +0200 |
commit | 55fe6aaeee49894dc07516f0c4e21f692b2950fe (patch) | |
tree | d6c709d5b8567381873fc38ecc7a599d3af6339d /robot/io.c | |
parent | 6b7b02596522b0db476dd64bb69e0e3825ce790d (diff) |
remove some debug lines
Diffstat (limited to 'robot/io.c')
-rw-r--r-- | robot/io.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,8 +7,6 @@ bool g_w2_io_object_detected = false; -#include <stdio.h> - void w2_io_object_detection() { unsigned int front_distance = analog_read(W2_SIDE_SENSOR_PIN); |