PSDR/Source/include/i2c.h
2016-05-01 00:50:49 -06:00

11 lines
192 B
C

#ifndef I2C_H_
#define I2C_H_
#include <hal.h>
//#include "register_map.h"
//#include "stm32f4xx_hal_i2c.h"
#define SI5338_ADDRESS 0x70
I2C_HandleTypeDef handleI2C;
#endif /* DDS_H_ */