I hereby claim:
- I am bakercp on github.
- I am bakercp (https://keybase.io/bakercp) on keybase.
- I have a public key ASBZ3ejlA1s6ZG2RwP0zvfscT3WosEMIhaU7j_cR26xQmwo
To claim this, I am signing this object:
| #include <dlib/image_io.h> | |
| #include <dlib/image_transforms.h> | |
| using namespace std; | |
| using namespace dlib; | |
| int main(int argc, char** argv) | |
| { |
| // Control PWM via a transistor. | |
| class MotorController | |
| { | |
| public: | |
| MotorController(int motorPin) | |
| { | |
| pin = motorPin; | |
| startTime = endTime = millis(); |
I hereby claim:
To claim this, I am signing this object: