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: TextLCD mbed-rtos mbed
Fork of mbed_PM by
main.cpp@0:093bb69f95f0, 2015-11-30 (annotated)
- Committer:
- aconnors
- Date:
- Mon Nov 30 21:13:56 2015 +0000
- Revision:
- 0:093bb69f95f0
- Child:
- 1:e4a204ef28bc
- Child:
- 2:926bb514dcae
Initial PM program setup
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| aconnors | 0:093bb69f95f0 | 1 | #include "mbed.h" |
| aconnors | 0:093bb69f95f0 | 2 | #include "rtos.h" |
| aconnors | 0:093bb69f95f0 | 3 | |
| aconnors | 0:093bb69f95f0 | 4 | DigitalOut Apace, Vpace; |
| aconnors | 0:093bb69f95f0 | 5 | DigitalIn Aget, Vget; |
