aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/md25/BlockSysIdent.cpp
diff options
context:
space:
mode:
authorJames Goppert <james.goppert@gmail.com>2013-06-22 13:41:38 -0400
committerJames Goppert <james.goppert@gmail.com>2013-07-28 00:05:56 -0400
commit42f09c4b547052d9fe2ef49f40a2df6910cf75b1 (patch)
tree6711eabd66f19b4c37d8cf32ac7552f7f7d0c674 /src/drivers/md25/BlockSysIdent.cpp
parent764310620837461857d511144738a521e3840f97 (diff)
downloadpx4-firmware-42f09c4b547052d9fe2ef49f40a2df6910cf75b1.tar.gz
px4-firmware-42f09c4b547052d9fe2ef49f40a2df6910cf75b1.tar.bz2
px4-firmware-42f09c4b547052d9fe2ef49f40a2df6910cf75b1.zip
Working on sysid. Added debug values.
Diffstat (limited to 'src/drivers/md25/BlockSysIdent.cpp')
-rw-r--r--src/drivers/md25/BlockSysIdent.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/md25/BlockSysIdent.cpp b/src/drivers/md25/BlockSysIdent.cpp
new file mode 100644
index 000000000..23b0724d8
--- /dev/null
+++ b/src/drivers/md25/BlockSysIdent.cpp
@@ -0,0 +1,8 @@
+#include "BlockSysIdent.hpp"
+
+BlockSysIdent::BlockSysIdent() :
+ Block(NULL, "SYSID"),
+ _freq(this, "FREQ"),
+ _ampl(this, "AMPL")
+{
+}