aboutsummaryrefslogtreecommitdiff
path: root/robot/io.h
blob: 31fe410892f9a8f5da86a21fdd8950fd2e96d7bb (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "../shared/bool.h"

/** @file io.h */

extern bool g_w2_io_object_detected;

/** @brief i/o module main */
void w2_io_main();