MBot Software Library
v1.0
An API documentation to mbot_firmware repository
mbot_firmware
mbot
include
mbot
utils
utils.h
1
#ifndef MBOT_UTILS_H
2
#define MBOT_UTILS_H
3
#include <mbot/defs/mbot_params.h>
4
5
int
mbot_init_i2c();
6
int
_mbot_init_i2c(
unsigned
int
pico_sda_pin,
unsigned
int
pico_scl_pin);
7
int
_check_i2c0_enabled();
8
int
validate_FRAM_data(
mbot_params_t
* params);
9
10
#endif
mbot_params_t
Definition:
mbot_params.h:47
Generated by
1.9.1