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: EthernetInterface LM75B mbed-rtos mbed
Diff: potentiometer.h
- Revision:
- 8:556a5738c2fa
- Parent:
- 7:2de256f902c8
--- a/potentiometer.h Mon Mar 19 00:58:20 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -#ifndef potentiometer_h -#define potentiometer_h -#include "mbed.h" - -class Potentiometer -{ -public: - Potentiometer(); //Constructor - - /** - * Deze methode zal de potentiometer waarde terug geven als een float. - * Geen parameters nodig. - */ - float getPotentiometer(); -}; - -#endif \ No newline at end of file