Releases: lewapek/sds-dust-sensors-arduino-library
Releases · lewapek/sds-dust-sensors-arduino-library
fixed ESP32 compliance
ESP32 support
1.5.0 Update library.properties
Fixed version in library.{properties, json}
1.4.1 version 1.4.1
Optional SoftwareSerial
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
Fixed compilation error about missing virtual destructor for AbstractSerial
Automatic retries and safe wakeup
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
Communication with sensor can be now handled by HardwareSerial (passed as a constructor parameter).
examples accessible from arduino ide
Merge pull request #2 from per1234/example-folders Move example sketches to appropriately named subfolders