Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2194 - 1
/*
2
 * sensor.c
3
 *
4
 *  Created on: 18.09.2015
5
 *      Author: cebra
6
 */
7
 
8
#include "mpu6050.h"
9
#include "sensor.h"
10
 
11
 
12
 
13
 
14
void Init_Sensors(void)
15
 
16
{
17
 
18
 
19
 
20
}