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: ADSlib mbed SDFileSystem
main.cpp
- Committer:
- joelbandi
- Date:
- 2015-04-02
- Revision:
- 1:65a219536d66
- Parent:
- 0:194165295aac
- Child:
- 2:86845af4bcac
File content as of revision 1:65a219536d66:
#include "mbed.h"
#include "ADSlib.h"
int main(){
while(true){
}
}