Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / test_bom.h @ 1390

History | View | Annotate | Download (293 Bytes)

1
#ifndef _test_bom_h
2
#define _test_bom_h
3

    
4
#include <dragonfly_lib.h>
5

    
6
void test_bom_bitmask (uint16_t emitter_bitmask, uint16_t detector_bitmask);
7
void test_bom (uint8_t num, bool test_emitter, bool test_detector);
8
void test_bom_all (bool test_emitters, bool test_detectors);
9

    
10
#endif