Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (293 Bytes)

1 1151 deffi
#ifndef _test_bom_h
2
#define _test_bom_h
3
4
#include <dragonfly_lib.h>
5
6 1202 deffi
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 1151 deffi
10
#endif