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
ForceRead.h@19:67584cb64b9c, 2019-08-22 (annotated)
- Committer:
- Bhoney
- Date:
- Thu Aug 22 08:36:15 2019 +0000
- Revision:
- 19:67584cb64b9c
- Parent:
- 4:bf4ad2079096
QUALIFYING_MODE is added (Qtimer, Qtime, Qflag, Qfunc for btn)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Bhoney | 19:67584cb64b9c | 1 | #ifndef FORCE_READ_H |
Bhoney | 19:67584cb64b9c | 2 | #define FORCE_READ_H |
Bhoney | 19:67584cb64b9c | 3 | |
whutsup | 4:bf4ad2079096 | 4 | void ReadForce(); |
Bhoney | 19:67584cb64b9c | 5 | |
Bhoney | 19:67584cb64b9c | 6 | #endif |