Skip to content

Releases: lewapek/sds-dust-sensors-arduino-library

fixed ESP32 compliance

14 Feb 18:46
Compare
Choose a tag to compare

added missing preprocessor statements

ESP32 support

15 Sep 19:16
154c711
Compare
Choose a tag to compare
1.5.0

Update library.properties

Fixed version in library.{properties, json}

04 Aug 19:02
Compare
Choose a tag to compare

Optional SoftwareSerial

14 May 18:51
4323d65
Compare
Choose a tag to compare

On some board types (e.g. SAMD) SoftwareSerial.h was not available thus causing compilation errors. Since this release it's been put behind #ifndef directive.

Compilation error fixes, code cleanup

12 Nov 00:12
5f58b2b
Compare
Choose a tag to compare

Fixed compilation error about missing virtual destructor for AbstractSerial

Automatic retries and safe wakeup

20 Sep 19:32
4c6809b
Compare
Choose a tag to compare

Retry mechanism in case of not available response or invalid head.
Double wakeup by default to ensure proper sensor response.
Details can be found in #7

HardwareSerial support

19 May 14:19
Compare
Choose a tag to compare

Communication with sensor can be now handled by HardwareSerial (passed as a constructor parameter).

examples accessible from arduino ide

08 May 09:39
2a66133
Compare
Choose a tag to compare
Merge pull request #2 from per1234/example-folders

Move example sketches to appropriately named subfolders

Stable version with full set of functionalities

07 May 23:17
Compare
Choose a tag to compare