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.
main.h
- Committer:
- edodm85
- Date:
- 2014-04-12
- Revision:
- 0:ea14ad6794af
- Child:
- 1:acd907fbcbae
File content as of revision 0:ea14ad6794af:
#pragma once #include "mbed.h" #include "MODSERIAL.h" MODSERIAL pc(USBTX,USBRX); MODSERIAL gps(p13,p14); DigitalOut led1(LED1); DigitalOut led2(LED2); DigitalOut led3(LED3); DigitalOut led4(LED4); char cDataBuffer[500]; int i = 0; void Init(); void parse(char *cmd, int n);