Eigen

Dependencies:   Vector3

Dependents:   optWingforHAPS_Eigen hexaTest_Eigen

Revision:
4:59f0f651296c
Parent:
3:6c8715574bb8
Child:
5:a92850395dcb
diff -r 6c8715574bb8 -r 59f0f651296c GPSUBX_UART.hpp
--- a/GPSUBX_UART.hpp	Fri Sep 17 16:13:13 2021 +0000
+++ b/GPSUBX_UART.hpp	Fri Sep 17 16:16:43 2021 +0000
@@ -103,7 +103,11 @@
         unsigned int cAcc;
     } data;
 };
+    
 
+/** My HelloWorld class.
+ *  Used for printing "Hello World" on USB serial.
+ */
 class GPSUBX_UART
 {
 private: