Question
How to use HAL_I2C_Master_Transmit() from outside main.c
Posted on March 29, 2016 at 21:14
How 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_Master_Transmit() from outside main.c. The routines work inside of main.c but I want place them in a separate file. Any help appreciated #hal_i2c_master_transmit()