How to use HAL_I2C_Master_Transmit() from outside main.c
Posted on March 29, 2016 at 21:14How to use HAL_I2C_Master_Transmit() from outside main.c This HAL_I2C works when I call it from within main.c. I created some external i2c_routines.c, but have a hard time defining how/where to get and use HAL_I2C_Ma...