GoogleCloudPlatform / iot-core-micropython

Apache License 2.0
52 stars 14 forks source link

Introduce a config section for device-specific values (like LED pin) #4

Closed ferrarimarco closed 5 years ago

ferrarimarco commented 5 years ago

I'm using a board that's not the same as the one used to write this tutorial. My LED pin number was different.

This PR creates a new device_config section in the configuration template. Currently the only variable in this section is the led_pin, but can be expanded at will if needed.