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-dev mbed-rtos
Noodstop.cpp
- Committer:
- jeroenvz
- Date:
- 2016-01-14
- Revision:
- 0:87617851c15a
File content as of revision 0:87617851c15a:
#include "Noodstop.h" Noodstop::Noodstop(Brug *brug){ mNoodstop = false; brug = brug; printf("Noodstop aangemaakt voor brug nummer: %i \n\r", brug->getNummer()); } void Noodstop::set_Noodstop(){ State = "noodstop"; mNoodstop = true; brug->noodstop(); }