Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Shooter.cpp@0:d660b49b71e0, 2015-08-21 (annotated)
- Committer:
- inst
- Date:
- Fri Aug 21 04:52:35 2015 +0000
- Revision:
- 0:d660b49b71e0
- Child:
- 1:215e05be641b
y evol
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| inst | 0:d660b49b71e0 | 1 | #include "Shooter.h" |
| inst | 0:d660b49b71e0 | 2 | #include "I2CDevice.h" |
| inst | 0:d660b49b71e0 | 3 | |
| inst | 0:d660b49b71e0 | 4 | Shooter::Shooter( char address ) : I2CDevice( address ){ |
| inst | 0:d660b49b71e0 | 5 | |
| inst | 0:d660b49b71e0 | 6 | } |
| inst | 0:d660b49b71e0 | 7 | |
| inst | 0:d660b49b71e0 | 8 | void Shooter::write(){ |
| inst | 0:d660b49b71e0 | 9 | |
| inst | 0:d660b49b71e0 | 10 | } |
| inst | 0:d660b49b71e0 | 11 | |
| inst | 0:d660b49b71e0 | 12 | void Shooter::stop(){ |
| inst | 0:d660b49b71e0 | 13 | |
| inst | 0:d660b49b71e0 | 14 | } |
| inst | 0:d660b49b71e0 | 15 | |
| inst | 0:d660b49b71e0 | 16 | void Shooter::launch(){ |
| inst | 0:d660b49b71e0 | 17 | |
| inst | 0:d660b49b71e0 | 18 | } |