Skip to content

Releases: arduino-libraries/Arduino_SensorKit

1.4.0

15 Dec 17:59
Compare
Choose a tag to compare

– Fixed OLED display
– Full compatibility with UNO R4 Minima, UNO R4 WiFi, GIGA R1 WiFi

1.2.1

07 Nov 18:34
Compare
Choose a tag to compare
Bump version to 1.2.1

1.2.0

07 Nov 18:19
Compare
Choose a tag to compare
Bump version to 1.2.0

1.1.0

07 Nov 17:04
Compare
Choose a tag to compare
Bump version to 1.1.0

DHT20 support added

16 Jun 13:14
842301f
Compare
Choose a tag to compare

This release adds support for the DHT20 sensor (I2C).

v1.0.9

20 Apr 13:56
1ac370b
Compare
Choose a tag to compare
  • Display switched back to U8X8_SSD1306_128X64_NONAME_SW_I2C (SW i2c) to fix an issue of the Display that doesn't work when it's connected without anymore I2C modules.

v1.0.8

14 Apr 13:54
47eaf78
Compare
Choose a tag to compare

v1.0.7

26 Jan 19:37
c286a28
Compare
Choose a tag to compare
  • Display constructor typo fixed, thanks @ppk42

v1.0.6

13 Jan 15:20
1e9471c
Compare
Choose a tag to compare
  • Changed Display constuctor to use the HW I2C
  • Added example to show all the features together

v1.0.5

12 Dec 10:49
1fe9de2
Compare
Choose a tag to compare
  • Change HW i2c to SW i2c on the display
  • Fix include typo
  • Display example: added rotation

thanks @noppatoppa