minor corrections
This commit is contained in:
parent
00a7b07cb1
commit
c90752fc91
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* lego_servo a libary for contrling some lego servos
|
||||
* lego_servo a libary for lego servos
|
||||
* Created by me :3
|
||||
* I copyrighted your mom lmao gottem
|
||||
*/
|
||||
|
@ -9,7 +9,7 @@
|
|||
#include "Arduino.h"
|
||||
class Servo {
|
||||
public:
|
||||
Servo(int pin_a, int pinb);
|
||||
Servo(int pin_a, int pin_b);
|
||||
void begin();
|
||||
void position(int pos);
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue