Project

General

Profile

Revision 1079

Bugfix: BOM_S2 and BOM_S3 were switched, resulting in wrong addressing of the BOM detectors (0 1 2 3 8 9 10 11 4 5 6 7 12 13 14 15).

View differences:

trunk/code/projects/libdragonfly/bom.c
94 94

  
95 95
#define BOM_S0		_PIN_E5	//dio3
96 96
#define BOM_S1		_PIN_E4	//dio2
97
#define BOM_S2		_PIN_E6	//dio4
98
#define BOM_S3		_PIN_E7	//dio5
97
#define BOM_S2		_PIN_E7	//dio4
98
#define BOM_S3		_PIN_E6	//dio5
99 99
#define BOM_OUT		PF0		//analog(yellow)
100 100

  
101 101
/**

Also available in: Unified diff