hi,
The Calibration register is from 0x88 thru 0xA1 [ inclusive] that is 26 data address values.
So the b(x) has to cover b(0) thru b(25),,, so the Dim is b(26)............... not b(24) , which is only b(0) to b(23).
E
Dim i As Byte 'Altimeter compass (GPS checking )
Dim b(24) As Byte 'Altimeter compass'This number must cover [ 0 to X ] ?
Dim data As Byte 'Altimeter compass
The Calibration register is from 0x88 thru 0xA1 [ inclusive] that is 26 data address values.
So the b(x) has to cover b(0) thru b(25),,, so the Dim is b(26)............... not b(24) , which is only b(0) to b(23).
E
Dim i As Byte 'Altimeter compass (GPS checking )
Dim b(24) As Byte 'Altimeter compass'This number must cover [ 0 to X ] ?
Dim data As Byte 'Altimeter compass
