Reference firmware for PixArt's ADBM-A350 sensor and evaluation board. "Hello World" and "Library" contain the exact same files. Please import just one of the two into your mBed compiler as a new program and not as a library.

Welcome to the code repository for PixArt's ADBM-A350 sensor and evaluation board.

For general information about this product, please visit this product's components page here:
https://os.mbed.com/components/ADBM-A350-Finger-Navigation-Optical-Sens/

For guides and tips on how to setup and evaluate the ADBM-A350 sensor with the Nordic nRF52-DK microcontroller using this reference code, please visit this guide:
https://os.mbed.com/teams/PixArt/code/ADBM-A350_referenceCode/wiki/Guide-for-nRF52-DK-Platform

For guides and tips on how to setup and evaluate the ADBM-A350 sensor with any mBed-supported microcontroller using this reference code, please visit this guide:
https://os.mbed.com/teams/PixArt/code/ADBM-A350_referenceCode/wiki/Guide-for-Any-Platform

commHeaders/registerArrays.h

Committer:
PixArtVY
Date:
2018-10-30
Revision:
1:67d6484416a6
Parent:
0:a051df82fcdf

File content as of revision 1:67d6484416a6:

const uint8_t initialize[][2] = {
    { 0xC9, 0x61 },     //OFN Engine settings.
    //{ 0x6C, 0xA0 },     //Set GPIO pin as button input.
};
#define initialize_size (sizeof(initialize)/sizeof(initialize[0]))