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

/** @file io.h */

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

extern uint16_t g_w2_io_battery_mv;
extern uint8_t g_w2_io_battery_percentage;
extern bool g_w2_io_object_detected;

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