File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.18.0
2+ ---
3+ - ** new devices**
4+ - apds9960: add support for APDS-9960 Digital Proximity sensor
5+ - axp192: add support for AXP192 single Cell Li-Battery and power system management IC
6+ - hts221: add support for HTS221 capacitive digital sensor for relative humidity and temperature
7+ - i2csoft: add support for software I2C
8+ - image: add support for image/jpeg and image/png
9+ - lps22hb: add support for LPS22HB MEMS nano pressure sensor
10+ - lsm6dox: add support for lsm6dox accelerometer
11+ - lsm9ds1: add support for lsm9ds1 accelerometer
12+ - ** enhancements**
13+ - ili9341: change to use drivers.SPI interface
14+ - ** ws2812**
15+ - generate assembly instead of handwriting it
16+ - improve timings to be compatible with the WS2811
17+ - add support for 168MHz (e.g. Adafruit Feather STM32F405)
18+ - add support for RISC-V
19+ - wifinina: control nina pins, for example leds
20+ - ** docs**
21+ - rtl8720dn: examples for tcpclient, udpstation, mqtt, and webserver
22+ - ** wifinina**
23+ - nina-fw update docs
24+ - examples/wifinina/http-get
25+ - ili9341: refactor examples
26+ - Fix broken link for SHT3x datasheet
27+ - ** core**
28+ - all: use build directives for both Go1.17 and earlier versions
29+ - ** bugfixes**
30+ - net: fix raddr of tcp conn
31+ - mcp3008: fix bitshift bug
32+
1330.17.1
234---
335- To correct an error in the release process. Same as 0.17.0.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package drivers
22
33// Version returns a user-readable string showing the version of the drivers package for support purposes.
44// Update this value before release of new version of software.
5- const Version = "0.17.1 "
5+ const Version = "0.18.0 "
You can’t perform that action at this time.
0 commit comments