MBot Software Library  v1.0
An API documentation to mbot_firmware repository
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
Definition: mbot_params.h:47