Skip to content

Commit

Permalink
Merge pull request #731 from entrylabs/develop-hw
Browse files Browse the repository at this point in the history
버전업 1.9.53
  • Loading branch information
Tnks2U authored Apr 22, 2024
2 parents 79db2ea + 79c253f commit 1f24bb2
Show file tree
Hide file tree
Showing 9 changed files with 1,617 additions and 592 deletions.
Binary file added app/drivers/ROBOTIS/RobotisDriverInstaller.exe
Binary file not shown.
Binary file added app/drivers/ROBOTIS/RobotisDriverInstaller.pdb
Binary file not shown.
3 changes: 2 additions & 1 deletion app/modules/dalgona_basic.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// dalgona_basic
function Module() {
this.sp = null;
this.sensorTypes = {
Expand Down Expand Up @@ -554,7 +555,7 @@ Module.prototype.makeOutputBuffer = function (device, port, data) {
}
case this.sensorTypes.PWM: {
value.writeInt16LE(data);
buNffer = new Buffer([255, 85, 6, sensorIdx, this.actionTypes.SET, device, port]);
buffer = new Buffer([255, 85, 6, sensorIdx, this.actionTypes.SET, device, port]);
buffer = Buffer.concat([buffer, value, dummy]);
break;
}
Expand Down
Loading

0 comments on commit 1f24bb2

Please sign in to comment.