Functions | |
void | intelliSENS_Init (float *_mults, float *_offsets, uint16_t *_dataCenter, int _dataCenterSize, uint16_t _ticks, volatile int *_wrIndex) |
Initialize the intelliSENS library. | |
const char * | intelliSENS_GetLicenseNumberString (void) |
Provides the license number of the device in string format. | |
|
extern |
|
extern |
_mults | Pointer to the multipliers for the ADC. |
_offsets | Pointer to the offsets for the ADC. |
_dataCenter | Pointer to the data center array. The array should have 2^n members. |
_dataCenterSize | Size of the data center array. The array should contain 2^n elements where n is a positive integer. |
_ticks | Number of ticks for ADC. |
_wrIndex | Pointer to the write index for data center array. |