Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
registerArrays.h
00001 const uint8_t initialize[][2] = { 00002 { 0x09, 0x5A }, //Disables write-protect. 00003 { 0x0D, 0xB5 }, //Sets X-axis resolution (necessary value here will depend on physical design and application). 00004 { 0x0E, 0xFF }, //Sets Y-axis resolution (necessary value here will depend on physical design and application). 00005 { 0x19, 0x04 }, //Sets 12-bit X/Y data format. 00006 //{ 0x4B, 0x04 }, //Needed for when using low-voltage rail (1.7-1.9V): Power saving configuration. 00007 }; 00008 #define initialize_size (sizeof(initialize)/sizeof(initialize[0]))
Generated on Thu Jul 14 2022 06:25:47 by
1.7.2
PAT9125EL | Versatile Low-Energy Surface Tracking Sensor