Project

General

Profile

Revision 728

Changed bom_init and bom_on so that only bom_init needs the type argument. At the moment trying to debug some strange issue where PC4 and PC5 do not turn off.

View differences:

lbom.h
37 37

  
38 38
#ifndef _LBOM_H
39 39
#define _LBOM_H
40
#include "serial.h"
41
#define BOM_ALL_ON 0xF
42
#define BOM 0
43
#define BOM1_5 1
44
#define RBOM 2
45
#define BOM0 PC4
46
#define BOM1 PC5
47
#define BOM2 PC6
48
#define BOM3 PC7
40 49

  
41 50
/**
42 51
 * @addtogroup lbom

Also available in: Unified diff