CreatorDev / LetMeCreateIoT

LetMeCreate library for the PIC32MX clicker
BSD 3-Clause "New" or "Revised" License
5 stars 8 forks source link

Add support for Weather Click #8

Closed obiltschnig closed 7 years ago

obiltschnig commented 7 years ago

This adds support for the Weather Click based on the Bosch BME280.

Includes an example that periodically reads sensor data from the Weather Click and sends it via UDP to a server (JSON-formatted).

mtusnio commented 7 years ago

Thank you for your contribution @obiltschnig ! Looks good to me, will merge it in.

obiltschnig commented 7 years ago

Great, thanks!