michael hollegha
/
BertlBlinkDemo
BertlBlinkDemo
Fork of BertlTemplate2 by
Revision 3:6a490ad8cb46, committed 2016-05-24
- Comitter:
- hollegha2
- Date:
- Tue May 24 11:41:26 2016 +0000
- Parent:
- 2:d24a3d2438a4
- Child:
- 4:4b71af20b3b7
- Commit message:
- add motors
Changed in this revision
BertlTemplate.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/BertlTemplate.cpp Mon Feb 22 10:55:46 2016 +0000 +++ b/BertlTemplate.cpp Tue May 24 11:41:26 2016 +0000 @@ -16,6 +16,7 @@ while(1) { + mL.SetPow(0.2); mR.SetPow(0.2); } return 1;