DIY Logging Volt/Ampmeter
|
This file provides code for the configuration of the I2C instances. More...
#include "i2c.h"
Go to the source code of this file.
Functions | |
void | MX_I2C1_Init (void) |
void | HAL_I2C_MspInit (I2C_HandleTypeDef *i2cHandle) |
void | HAL_I2C_MspDeInit (I2C_HandleTypeDef *i2cHandle) |
Variables | |
I2C_HandleTypeDef | hi2c1 |
This file provides code for the configuration of the I2C instances.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file i2c.c.
I2C_HandleTypeDef hi2c1 |