wsular / urbanova-aqnet-rpi-node-school

This repository contains code and notes related to the sensor packages developed for WSU Urbanova Air Quality Network (aqnet). This particular repository is for sensors that are used as part of the Ramboll project at schools in the Spokane School District.
0 stars 1 forks source link

Connect to LED? #6

Closed vonw closed 5 years ago

vonw commented 5 years ago

Is this code needed? It seems to be trying to connect to an LED, which we don't have...

led = DigitalInOut(board.D13) led.direction = Direction.OUTPUT

matthewRoetcisoender commented 5 years ago

I'm honestly not sure...it was included in the Circuit Python script from Adafruit used to run the PMS5003 though so I just kept it in. I haven't tried running it without it but I can

vonw commented 5 years ago

OK. Please remove these lines from your script on the prototype, and let me know what happens. Thx.

matthewRoetcisoender commented 5 years ago

Looks like its still running fine after removing it!

vonw commented 5 years ago

OK. I'll delete these lines in my script. Thx.