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.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers registerArrays.h Source File

registerArrays.h

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