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
|
* Created by me :3
|
||||||
* I copyrighted your mom lmao gottem
|
* I copyrighted your mom lmao gottem
|
||||||
*/
|
*/
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
class Servo {
|
class Servo {
|
||||||
public:
|
public:
|
||||||
Servo(int pin_a, int pinb);
|
Servo(int pin_a, int pin_b);
|
||||||
void begin();
|
void begin();
|
||||||
void position(int pos);
|
void position(int pos);
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue