Skip to content

Commit a087c8f

Browse files
authored
Merge pull request adafruit#1055 from axiomatic-io/axiomatic-apds9960-update-fix
Changed function call to property reference
2 parents 0e81942 + a32f376 commit a087c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_Feather_Sense/feather_sense_sensor_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def normalized_rms(values):
3737

3838
print("\nFeather Sense Sensor Demo")
3939
print("---------------------------------------------")
40-
print("Proximity:", apds9960.proximity())
40+
print("Proximity:", apds9960.proximity)
4141
print("Red: {}, Green: {}, Blue: {}, Clear: {}".format(*apds9960.color_data))
4242
print("Temperature: {:.1f} C".format(bmp280.temperature))
4343
print("Barometric pressure:", bmp280.pressure)

0 commit comments

Comments
 (0)