Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Arduino_MKRENV ?.?.? - ????.??.??

Arduino_MKRENV 1.1.0 - 2019.06.04

* Added imperial units support
* Added readIlluminance() API to replace readLux()

Arduino_MKRENV 1.0.0 - 2018.11.28

* Initial release
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Arduino_MKRENV
version=1.0.0
version=1.1.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows you to read the temperature, humidity, pressure, light and UV sensors of your MKR ENV shield.
Expand Down