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: Servo mbed-rtos mbed
Diff: driver.hpp
- Revision:
- 3:bfc20ec72b15
- Parent:
- 2:7dfc8dd6aab3
- Child:
- 4:7fa7f78cbb92
--- a/driver.hpp Thu Oct 08 13:36:17 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#ifndef __DRIVER_HPP__ -#define __DRIVER_HPP__ - -//initialize the diagnosis module -void init_driver(); - -//execute pending diagnosis operations -void thread_driver (void const *args); - -#endif //__DRIVER_HPP__