summaryrefslogtreecommitdiff
path: root/tests/i2c-master/i2c-master.h
blob: 340dc39937e10683e5c33b305a8491db2036356a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/* 
 * File:   i2c-master.h
 * Author: karlp
 *
 * Created on February 21, 2017, 10:59 PM
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif


	void i2cm_init(void);
	void i2cm_task(void);

#ifdef __cplusplus
}
#endif