Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / bom / bomi2c.h @ e4d78d85

History | View | Annotate | Download (191 Bytes)

1
#ifndef BOMI2C_H
2
#define BOMI2C_H
3

    
4
#define BOM_I2C_SEND 1
5

    
6

    
7
static void bom_init(void);
8
static void init_detect(void);
9
static void init_timer1(void);
10
static void send_next_bit(void);
11

    
12
#endif