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 d5d5e71 commit c4f3120Copy full SHA for c4f3120
Adafruit_Feather_Sense/feather_sense_sensor_demo.py
@@ -37,7 +37,7 @@ def normalized_rms(values):
37
38
print("\nFeather Sense Sensor Demo")
39
print("---------------------------------------------")
40
- print("Proximity:", apds9960.proximity())
+ print("Proximity:", apds9960.proximity)
41
print("Red: {}, Green: {}, Blue: {}, Clear: {}".format(*apds9960.color_data))
42
print("Temperature: {:.1f} C".format(bmp280.temperature))
43
print("Barometric pressure:", bmp280.pressure)
0 commit comments