We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2143d05 commit 74f6637Copy full SHA for 74f6637
library.properties
@@ -1,8 +1,8 @@
1
name=Dynamixel2Arduino
2
-version=0.7.0
+version=0.8.0
3
author=ROBOTIS
4
license=Apache-2.0
5
-maintainer=HongHyun Kim(khh@robotis.com)
+maintainer=Sookyung Son(sukaa@robotis.com)
6
sentence=DYNAMIXEL protocol Library for Arduino
7
paragraph=This library helps the Arduino boards to communicate with DYNAMIXEL protocol.
8
category=Communication
src/dxl_c/protocol.h
@@ -99,7 +99,7 @@ struct InfoBulkWriteInst_t {
99
100
}
101
102
-using namespace DYNAMIXEL;
+//using namespace DYNAMIXEL; //comment out for fixed build error
103
104
#ifdef __cplusplus
105
extern "C" {
0 commit comments