|
| 1 | +1.16.0 |
| 2 | +--- |
| 3 | +* **bugfix** |
| 4 | + * failing leftovers after usage of PR #569 |
| 5 | + * Fix servo and DC motors presence |
| 6 | + * FIX the bug #568 without further impact, heavy improvements of tests |
| 7 | + * fixed PinMode, SetPullUp and SetPolarity, unit tests activated |
| 8 | + * ReadGPIO fixed with #576, failing leftovers for PinMode, SetPullUp and SetPolarity |
| 9 | + * helper_test ReadByteData, ReadWordData to use reg |
| 10 | +* **core** |
| 11 | + * update uuid package and directly access it; remove archived uuid package |
| 12 | +* **digispark** |
| 13 | + * fix ReadByte & WriteByte, rework and add i2c tests |
| 14 | + * remove useless code in i2c test |
| 15 | +* **drivers** |
| 16 | + * add AnalogActuatorDriver, analog temperature sensor, driver for PCF8591 (with 400kbit stabilization), driver for YL-40 |
| 17 | + * Adding support for hmc8553l compass |
| 18 | + * bmp388 fix missing address write byte in test of Measurements |
| 19 | + * drv2605l fix missing address write byte in test of Halt() |
| 20 | + * introduce adafruit1109 2x16 LCD with 5 keys |
| 21 | + * mcp23017: add mutex for write, hd44780: fix mutexes |
| 22 | + * MCP3004: correct number of channels |
| 23 | +* **raspi** |
| 24 | + * fix raspi PWMPin.SetDutyCycle (#800) |
| 25 | +* **tello** |
| 26 | + * Guards Dji Tello Halt against nil dereference |
| 27 | +* **test** |
| 28 | + * don't panic on 'With*' allow simpler wrapping of drivers |
| 29 | +* **tinkerboard** |
| 30 | + * fix tinkerboard i2c0 to i2c4, improve comments in pin map, improve README |
| 31 | + |
1 | 32 | 1.15.0
|
2 | 33 | ---
|
3 | 34 | * **build**
|
|
0 commit comments