Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware_rbom.h @ 1183

History | View | Annotate | Download (232 Bytes)

1
#ifndef _hardware_rbom_h
2
#define _hardware_rbom_h
3

    
4
#include <dragonfly_lib.h>
5
#include "global.h"
6

    
7
void rbom_init (void);
8

    
9
void rbom_set (bool on);
10
uint16_t rbom_read (uint8_t value);
11
void rbom_update (void);
12

    
13

    
14
#endif