PixArt / Mbed OS 9125_referenceCode

Welcome to the code repository for PixArt's PAT9125EL sensor and evaluation board.

For general information about this product, please visit this product's components page here:
https://os.mbed.com/components/PAT9125EL-Evaluation-Board/

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

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

Revision:
1:4ea157704c58
Parent:
0:e9cce1154246
Child:
3:979019410df2
diff -r e9cce1154246 -r 4ea157704c58 commHeaders/I2CcommFunctions.h
--- a/commHeaders/I2CcommFunctions.h	Fri Feb 23 23:32:40 2018 +0000
+++ b/commHeaders/I2CcommFunctions.h	Wed Feb 28 21:16:23 2018 +0000
@@ -1,4 +1,4 @@
-#define I2Cmode
+#define I2Cmode                                     //Used to check if the sensor is in I2C mode or SPI mode.
 #define I2C_Slave_ID 0x75                           //ONLY WHEN ID PIN IS TIED TO GROUND! ID changes when tied to VDD (0x73) or when left floating (0x79).
 
 //=========================================================================