This repository has been archived on 2020-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Lennart Eriksson 7c37ef0b47 temp checkin
2016-09-22 08:31:51 +02:00

20 lines
204 B
C

/*
* I2C.h
*
* Created on: 21 sep. 2016
* Author: len12007
*/
#ifndef DRIVERS_I2C_H_
#define DRIVERS_I2C_H_
#include "stm32f4xx.h"
void i2c_configure(void);
#endif /* DRIVERS_I2C_H_ */