Skip to content

Commit bee5d1a

Browse files
author
dcyoung
committed
Added CHANGELOG.md
1 parent 9952641 commit bee5d1a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 9/7/2017
4+
- Updated `README`
5+
- Updated `keywords.txt`
6+
- Expanded `ScanPacket` struct into full class
7+
- `ScanPacket` is now immutable, and its data is accessed through getter methods
8+
- Obtaining a reading now requires a separate boolean variable for the success flag
9+
- Angle data is efficiently stored in raw 16-bit fixed point value
10+
- Getter methods provide an interface to obtain the angle as a raw value or as a float in degrees
11+
- Removed unused method `angle_raw_to_deg` from `Sweep.h`

0 commit comments

Comments
 (0)