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.
Dependencies: mbed
Fork of el17ajf by
Engine/Engine.cpp@1:928632432ea4, 2019-03-12 (annotated)
- Committer:
- el17ajf
- Date:
- Tue Mar 12 09:32:51 2019 +0000
- Revision:
- 1:928632432ea4
- Child:
- 2:0b5e289ef905
Added Engine class;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
el17ajf | 1:928632432ea4 | 1 | Engine::Engine() { |
el17ajf | 1:928632432ea4 | 2 | |
el17ajf | 1:928632432ea4 | 3 | } |
el17ajf | 1:928632432ea4 | 4 | |
el17ajf | 1:928632432ea4 | 5 | Engine::~Engine() { |
el17ajf | 1:928632432ea4 | 6 | |
el17ajf | 1:928632432ea4 | 7 | } |
el17ajf | 1:928632432ea4 | 8 | |
el17ajf | 1:928632432ea4 | 9 | void Engine::start() { |
el17ajf | 1:928632432ea4 | 10 | |
el17ajf | 1:928632432ea4 | 11 | } |
el17ajf | 1:928632432ea4 | 12 | |
el17ajf | 1:928632432ea4 | 13 | void Engine::loop() { |
el17ajf | 1:928632432ea4 | 14 | |
el17ajf | 1:928632432ea4 | 15 | } |
el17ajf | 1:928632432ea4 | 16 | |
el17ajf | 1:928632432ea4 | 17 | void Engine::stop() { |
el17ajf | 1:928632432ea4 | 18 | |
el17ajf | 1:928632432ea4 | 19 | } |