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: HIDScope MODSERIAL QEI TextLCD mbed
Kalibratie.h@17:cfe44346645c, 2015-10-09 (annotated)
- Committer:
- Bartvaart
- Date:
- Fri Oct 09 11:27:58 2015 +0000
- Revision:
- 17:cfe44346645c
- Parent:
- 16:8f175d2a472f
- Child:
- 25:c97d079e07f3
Bepaald een max en minimum (voor kalibratie) en gaat dan gewone programma runnen
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Bartvaart | 16:8f175d2a472f | 1 | #include "mbed.h" | 
| Bartvaart | 16:8f175d2a472f | 2 | |
| Bartvaart | 17:cfe44346645c | 3 | double KalibratieMax(bool &readymax); | 
| Bartvaart | 17:cfe44346645c | 4 | |
| Bartvaart | 17:cfe44346645c | 5 | double KalibratieMin(bool &readymin); | 
| Bartvaart | 17:cfe44346645c | 6 | |
| Bartvaart | 17:cfe44346645c | 7 | void Init(); |