We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9952641 commit bee5d1aCopy full SHA for bee5d1a
CHANGELOG.md
@@ -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