Skip to content

Commit

Permalink
Update LinoRoboArm.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LoBrol committed Oct 31, 2022
1 parent 0db9d56 commit 99f5c2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LinoRoboArm.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#include <Adafruit_PWMServoDriver.h>





class LinoRoboArm {
private:
uint16_t curPos[6] = { 0, 0, 0, 0, 0, 0}; // Array to store Servos positions
Expand Down

0 comments on commit 99f5c2f

Please sign in to comment.