15 lines
229 B
C
15 lines
229 B
C
#ifndef I2C_H_
|
|
#define I2C_H_
|
|
|
|
#include <hal.h>
|
|
//#include "register_map.h"
|
|
//#include "stm32f4xx_hal_i2c.h"
|
|
|
|
|
|
|
|
#endif /* DDS_H_ */
|
|
|
|
void clearStuckBusyFlag(void);
|
|
void i2cSetup(void);
|
|
void setFreq(unsigned long frequency);
|
|
|