Releases: periph/devices
Releases · periph/devices
v3.7.3
What's Changed
- scd4x: SCD4x CO2 Sensor - Initial Add by @gsexton in #81
- devices: Add support for AM2320 Temperature/Humidity Sensor by @gsexton in #82
- Add TI HDC302x Sensor Support by @gsexton in #83
- ep0099: optionally read device state on new by @freman in #86
New Contributors
Full Changelog: v3.7.2...v3.7.3
v3.7.2
What's Changed
- adxl345: Driver, initial commit for review. by @benoit-pereira-da-silva in #66
- adxl345: I²C support by @benoit-pereira-da-silva in #67
- Add AHT20 sensor by @SoulKa in #68
- Add AHT20 tests by @SoulKa in #70
- Add AHT20 example code by @SoulKa in #71
- Add doc file for AHT20 by @SoulKa in #72
- periph.io/x/devices/v3/bmxx80: add support for filters without using SenseContinuous by @BGodding in #74
- tmp102: Initial add of tmp102 driver. by @gsexton in #76
- ssd1306: Refactor display options by @czechbol in #77
- codecov.yml: lower project min coverage to 45% by @maruel in #80
- Max7219 LED Driver by @gsexton in #79
- tic: Add I²C support for Tic Stepper Motor Controllers by @z-riley in #78
New Contributors
- @benoit-pereira-da-silva made their first contribution in #66
- @SoulKa made their first contribution in #68
- @BGodding made their first contribution in #74
- @czechbol made their first contribution in #77
- @z-riley made their first contribution in #78
Full Changelog: v3.7.1...v3.7.2
v3.7.1
What's Changed
- ina219: Interpret signed output register values by @eldondevat in #54
- [inky] Add Inky Impression 5.7" and 4" support by @caglar10ur in #55
- lirc requries linebreak \n for SEND_ONCE by @emulatorchen in #57
- go.mod bump to go1.20 by @maruel in #58
New Contributors
- @eldondevat made their first contribution in #54
- @caglar10ur made their first contribution in #55
- @emulatorchen made their first contribution in #57
- @maruel made their first contribution in #58
Full Changelog: v3.7.0...v3.7.1
epd, tlv493d, tca95xx, go1.17
v3.6.15
v3.6.14
What's Changed
- waveshare213v2: Add support for partial drawing by @hansmi in #38
- waveshare213v2: Add tests for clearing, use better color type by @hansmi in #39
- waveshare213v2: Make busy a PinIn, use WaitForEdge by @hansmi in #40
- waveshare213v2: Implement partial updates by @hansmi in #41
- waveshare2in13v2: Add function for deep sleep, update both buffers on clear by @hansmi in #42
- videosink: Implement rate-limiting, keep-alive by @hansmi in #43
- waveshare2in13v2: Clarify documentation on controller by @hansmi in #44
- sgp30: add support for SGP30 air quality sensor by @0x46616c6b in #34
- Minor fixes for waveshare2in13v2, fix typos in image1bit by @hansmi in #45
- waveshare2in13v2: Support rotation of image by @hansmi in #46
New Contributors
- @0x46616c6b made their first contribution in #34
Full Changelog: v3.6.13...v3.6.14
v3.6.13
What's Changed
- mfrc522 - Fix 4-byte tag UIDs by @brackendawson in #22
- mfrc522: The default should be not bogus by @brackendawson in #24
- waveshare2in13v2: Add constants, add missing init to example by @hansmi in #25
- waveshare2in13v2: Remove dependencies on fogleman/gg and golang/freetype by @hansmi in #28
- Bump Go version in go.mod and for quick tests to 1.14 by @hansmi in #29
- Add videosink display driver by @hansmi in #27
- videosink: Add missing comment on Display structure by @hansmi in #31
- videosink: Add options for JPEG and PNG encoders by @hansmi in #30
- waveshare2in13v2: Deduplicate and simplify logic for sending data by @hansmi in #33
- waveshare213v2: Documentation, single-byte commands, always configure RAM area by @hansmi in #36
Full Changelog: v3.6.12...v3.6.13
DS18S20 support
Internal improvements
Full Changelog: v3.6.10...v3.6.11
Improve inky, ssd1306 and add support for DS2482-800
What's Changed
- [Inky] autodetect board opts and pHAT v2 support by @Thereatra in #12
- ssd1306: Add SetDisplayStartLine by @lutzky in #14
- ds248x.go is modified to support DS2482-800 in addition to DS2482-100. ds18b20.go is modified to allow 2 separate calls for conversion start and result read out. by @audrius-paskevicius in #13
New Contributors
- @Thereatra made their first contribution in #12
- @lutzky made their first contribution in #14
- @audrius-paskevicius made their first contribution in #13
Full Changelog: v3.6.9...v3.6.10