mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Committer:
be_bryan
Date:
Mon Dec 11 17:54:04 2017 +0000
Revision:
0:b74591d5ab33
motor ++

Who changed what in which revision?

UserRevisionLine numberNew contents of line
be_bryan 0:b74591d5ab33 1 Notes:
be_bryan 0:b74591d5ab33 2 - Pull requests will not be accepted until the submitter has agreed to the [contributer agreement](https://github.com/ARMmbed/mbed-os/blob/master/CONTRIBUTING.md).
be_bryan 0:b74591d5ab33 3 - This is just a template, so feel free to use/remove the unnecessary things
be_bryan 0:b74591d5ab33 4
be_bryan 0:b74591d5ab33 5 ## Description
be_bryan 0:b74591d5ab33 6
be_bryan 0:b74591d5ab33 7 A few sentences describing the overall goals of the pull request's commits.
be_bryan 0:b74591d5ab33 8
be_bryan 0:b74591d5ab33 9 ## Status
be_bryan 0:b74591d5ab33 10
be_bryan 0:b74591d5ab33 11 **READY/IN DEVELOPMENT/HOLD**
be_bryan 0:b74591d5ab33 12
be_bryan 0:b74591d5ab33 13 ## Migrations
be_bryan 0:b74591d5ab33 14
be_bryan 0:b74591d5ab33 15 If this PR changes any APIs or behaviors, give a short description of what *API users* should do when this PR is merged.
be_bryan 0:b74591d5ab33 16
be_bryan 0:b74591d5ab33 17 YES | NO
be_bryan 0:b74591d5ab33 18
be_bryan 0:b74591d5ab33 19 ## Related PRs
be_bryan 0:b74591d5ab33 20
be_bryan 0:b74591d5ab33 21 List related PRs against other branches:
be_bryan 0:b74591d5ab33 22
be_bryan 0:b74591d5ab33 23 branch | PR
be_bryan 0:b74591d5ab33 24 ------ | ------
be_bryan 0:b74591d5ab33 25 other_pr_production | [link]()
be_bryan 0:b74591d5ab33 26 other_pr_master | [link]()
be_bryan 0:b74591d5ab33 27
be_bryan 0:b74591d5ab33 28 ## Todos
be_bryan 0:b74591d5ab33 29
be_bryan 0:b74591d5ab33 30 - [ ] Tests
be_bryan 0:b74591d5ab33 31 - [ ] Documentation
be_bryan 0:b74591d5ab33 32
be_bryan 0:b74591d5ab33 33 ## Deploy notes
be_bryan 0:b74591d5ab33 34
be_bryan 0:b74591d5ab33 35 Notes regarding the deployment of this PR. These should note any required changes in the build environment, tools, compilers and so on.
be_bryan 0:b74591d5ab33 36
be_bryan 0:b74591d5ab33 37 ## Steps to test or reproduce
be_bryan 0:b74591d5ab33 38
be_bryan 0:b74591d5ab33 39 Outline the steps to test or reproduce the PR here.