We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b1e1f commit b9c9ec1Copy full SHA for b9c9ec1
src/Arduino_ScienceKitCarrier.cpp
@@ -276,7 +276,7 @@ int ScienceKitCarrier::getInputB(){
276
277
278
/********************************************************************/
279
-/* APDS9960 */
+/* APDS99xx */
280
281
282
int ScienceKitCarrier::beginAPDS(){
@@ -291,7 +291,7 @@ int ScienceKitCarrier::beginAPDS(){
291
else{
292
apds9999->enableColorSensor();
293
apds9999->enableProximitySensor();
294
- apds9999->setGain(APDS9999_GAIN_1X);
+ apds9999->setGain(APDS9999_GAIN_3X);
295
apds9999->setLSResolution(APDS9999_LS_RES_16B);
296
apds9999->setLSRate(APDS9999_LS_RATE_25MS);
297
color_sensor_used = APDS9999_VERSION;
0 commit comments