Skip to content

Commit aad749f

Browse files
author
Ilia O.
committed
Add revision history
1 parent 12cfe76 commit aad749f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ with Lidar.open("LDROBOT-LD14P", "/dev/serial0") as lidar:
192192
- GND to GND
193193
- 5V to 5V power
194194

195-
The LiDAR 5V current supply ranges ~0.3~1A peak depending on LiDAR model.
195+
The LiDAR 5V current supply ranges from 0.3 to 1A peak depending on LiDAR model.
196196

197197
## Wiring & setup (Raspberry Pi)
198198

@@ -216,7 +216,7 @@ See these step-by-step tutorials for wiring illustrations:
216216

217217
Host-driven-motor LiDARs require one GPIO connection:
218218

219-
- LiDAR MOT+, MOT- (host-driven LiDARs only) → PWM-to-motor-driver adapter → GPIO18/Pin12
219+
- LiDAR MOT+, MOT- → PWM-to-motor-driver adapter → GPIO18/Pin12
220220

221221
The PWM-to-motor-driver adapter for host-driven-motor LiDARs is a simple circuit - see these step-by-step tutorials:
222222

@@ -294,6 +294,11 @@ pip install -e ".[dev]"
294294
pytest
295295
```
296296

297+
## Revision History
298+
299+
- 0.6.0: added `lds2d viz --demo` mode
300+
- 0.5.0: initial release
301+
297302
## License
298303

299304
Apache License 2.0 — see [LICENSE](https://github.com/kaiaai/lds2d/blob/main/LICENSE).

0 commit comments

Comments
 (0)